Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
let
abap: ABAP;
6
7
async
function
run(contents: string) {
8
return
runFiles(abap, [{filename:
"zfoobar.prog.abap"
, contents}]);
9
}
10
11
describe(
"Running code structure - Interface"
, () => {
12
Callers
1
interface.ts
File · 0.70
Calls
1
runFiles
Function · 0.90
Tested by
no test coverage detected