MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / getTsCode

Method getTsCode

test/util.ts:628–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626class FunctionTestBuilder extends AccessorTestBuilder {
627 protected accessor = ".__main()";
628 public getTsCode(): string {
629 return `${this.tsHeader}export function __main() {${this._tsCode}}`;
630 }
631}
632
633class ExpressionTestBuilder extends AccessorTestBuilder {

Callers 1

getProgramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected