MCPcopy 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

LineListFunction · 0.80
TitleFunction · 0.80
SubtitleFunction · 0.80

Calls 1

spreadMethod · 0.95

Tested by

no test coverage detected