MCPcopy Create free account
hub / github.com/everx-labs/everdev / components

Method components

src/controllers/contract/param-parser.ts:17–21  ·  view source on GitHub ↗
(param: AbiParam, text: string)

Source from the content-addressed store, hash-verified

15 }
16
17 static components(param: AbiParam, text: string): any {
18 const parser = new ParamParser(text)
19
20 return parser.parseComponents(param)
21 }
22
23 hasMore() {
24 return this.pos < this.text.length

Callers 3

getAccountFunction · 0.80
resolveParamsFunction · 0.80
contracts.tsFile · 0.80

Calls 1

parseComponentsMethod · 0.95

Tested by

no test coverage detected