MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer /

Class

src/code-gen/context.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33]
34
35export class FileContext {
36 constants: string[] = [];
37 code: ArrayJoinInput<string>[] = [];
38 functions: CodeGenFunction[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected