Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ tst_simple
Function
tst_simple
components/tscompiler/src/compiler.rs:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
85
#[test]
86
fn tst_simple() {
87
compile(
"let a: string = 'asd'"
,
"let a = 'asd';\n"
);
88
}
89
}
Callers
nothing calls this directly
Calls
1
compile
Function · 0.85
Tested by
no test coverage detected