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

Method checkOverflows

src/code-gen/context.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 constructor(public opts: GeneratorOptions) {}
41
42 get checkOverflows() {
43 return this.opts.oversizedInputs && !this.opts.unsafe;
44 }
45
46 addFunctions(fns: CodeGenFunction[], sectionTitle?: string) {
47 if (!fns.length) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected