All files / output zif_abapgit_data_persistence.intf.mjs

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

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 9 101x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_data_persistence.intf.abap
class zif_abapgit_data_persistence {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'ZIF_ABAPGIT_DATA_PERSISTENCE';
  static ATTRIBUTES = {};
  static METHODS = {"SAVE_CONFIG": {"visibility": "U", "parameters": {"IV_REPO_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
  "LOAD_CONFIG": {"visibility": "U", "parameters": {"IV_REPO_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}}};
}
abap.Classes['ZIF_ABAPGIT_DATA_PERSISTENCE'] = zif_abapgit_data_persistence;
export {zif_abapgit_data_persistence};