MCPcopy
hub / github.com/witheve/Eve / get

Method get

src/runtime/id.ts:50–55  ·  view source on GitHub ↗
(parts: any[])

Source from the content-addressed store, hash-verified

48 }
49
50 get(parts: any[]) {
51 let key = `⦑${parts.join("⦒")}`;
52 let id = this.partsToId[key];
53 if(id) return id;
54 return this._make(key, parts);
55 }
56
57 parts(id: string) {
58 return this.idToParts[id];

Callers 15

TFunction · 0.80
mFunction · 0.80
uFunction · 0.80
dFunction · 0.80
fFunction · 0.80
eFunction · 0.80
nFunction · 0.80
buildScansFunction · 0.80
buildExpressionsFunction · 0.80
buildActionsFunction · 0.80
makeEveAnalyzerFunction · 0.80
handleEventFunction · 0.80

Calls 1

_makeMethod · 0.95

Tested by

no test coverage detected