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

Method constructor

src/code-gen/context.ts:40–40  ·  view source on GitHub ↗
(public opts: GeneratorOptions)

Source from the content-addressed store, hash-verified

38 functions: CodeGenFunction[] = [];
39
40 constructor(public opts: GeneratorOptions) {}
41
42 get checkOverflows() {
43 return this.opts.oversizedInputs && !this.opts.unsafe;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected