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

Method putFunction

src/parser/index.ts:193–196  ·  view source on GitHub ↗
(namePath: string, fn: AbiFunction)

Source from the content-addressed store, hash-verified

191 }
192
193 putFunction(namePath: string, fn: AbiFunction) {
194 this.functions[namePath] = fn;
195 return fn;
196 }
197}
198
199export function parseCode<AllowErrors extends true|false = false>(sourceCode: string): AbiType<AllowErrors>[] {

Callers 1

handleTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected