MCPcopy Create free account
hub / github.com/abaplint/transpiler / run

Function run

test/code_structure/interface.ts:7–9  ·  view source on GitHub ↗
(contents: string)

Source from the content-addressed store, hash-verified

5let abap: ABAP;
6
7async function run(contents: string) {
8 return runFiles(abap, [{filename: "zfoobar.prog.abap", contents}]);
9}
10
11describe("Running code structure - Interface", () => {
12

Callers 1

interface.tsFile · 0.70

Calls 1

runFilesFunction · 0.90

Tested by

no test coverage detected