MCPcopy Create free account
hub / github.com/dethcrypto/TypeChain / constructor

Method constructor

packages/typechain/src/parser/parseEvmType.ts:50–53  ·  view source on GitHub ↗
(_identifier: string, _namespace?: string)

Source from the content-addressed store, hash-verified

48 public readonly namespace?: string
49
50 constructor(_identifier: string, _namespace?: string) {
51 this.identifier = normalizeName(_identifier)
52 if (_namespace) this.namespace = normalizeName(_namespace)
53 }
54
55 toString() {
56 if (this.namespace) {

Callers

nothing calls this directly

Calls 1

normalizeNameFunction · 0.90

Tested by

no test coverage detected