Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_getChildrenMap
Method · 0.45
get
Method · 0.45
tuple.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected