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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_services_git.intf.abap class zif_abapgit_services_git { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {}; } abap.Classes['ZIF_ABAPGIT_SERVICES_GIT'] = zif_abapgit_services_git;zif_abapgit_services_git.ty_commit_fields = new abap.types.Structure({"repo_key": new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"}), "committer_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-COMMITTER_NAME"}), "committer_email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-COMMITTER_EMAIL"}), "author_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-AUTHOR_NAME"}), "author_email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-AUTHOR_EMAIL"}), "comment": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-COMMENT"}), "body": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_SERVICES_GIT=>TY_COMMIT_FIELDS-BODY"})}, "zif_abapgit_services_git=>ty_commit_fields", undefined, {}, {}); export {zif_abapgit_services_git}; //# sourceMappingURL=zif_abapgit_services_git.intf.mjs.map |