MCPcopy Create free account
hub / github.com/pomber/code-surfer / get

Method get

packs/standalone/src/tuple.ts:39–41  ·  view source on GitHub ↗
(_key: any)

Source from the content-addressed store, hash-verified

37 }
38
39 get(_key: any) {
40 throw Error("Get only supported in ArrayTuple");
41 }
42
43 map(_mapper: any) {
44 throw Error("Map only supported in ArrayTuple");

Callers 3

_getChildrenMapMethod · 0.45
getMethod · 0.45
tuple.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected