MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / size

Method size

mcp/src/resolve.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 size(): number {
85 return this.map.size;
86 }
87
88 clear(): void {
89 this.map.clear();

Callers 2

http.test.tsFile · 0.80
resolve.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected