Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pomber/code-surfer
/ any
Method
any
packs/standalone/src/tuple.ts:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
any() {
35
const
[prev, next] = this.spread();
36
return
prev == null ? next : prev;
37
}
38
39
get(_key: any) {
40
throw Error(
"Get only supported in ArrayTuple"
);
Callers
3
LineList
Function · 0.80
Title
Function · 0.80
Subtitle
Function · 0.80
Calls
1
spread
Method · 0.95
Tested by
no test coverage detected