All files / output zif_abapgit_aff_registry.intf.mjs

100% Statements 9/9
100% Branches 2/2
33.33% Functions 1/3
100% Lines 9/9

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 91x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_aff_registry.intf.abap
class zif_abapgit_aff_registry {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'ZIF_ABAPGIT_AFF_REGISTRY';
  static ATTRIBUTES = {};
  static METHODS = {"IS_SUPPORTED_OBJECT_TYPE": {"visibility": "U", "parameters": {"RV_RESULT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IV_OBJ_TYPE": {"type": () => {return new abap.types.Character(4, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}}};
}
abap.Classes['ZIF_ABAPGIT_AFF_REGISTRY'] = zif_abapgit_aff_registry;
export {zif_abapgit_aff_registry};