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

Method spread

packs/standalone/src/tuple.ts:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 spread(): [Maybe<T>, Maybe<T>] {
11 const prev = this.prev;
12 const next = this.next;
13 return [prev, next];
14 }
15
16 select<S>(selector: (x: T) => S) {
17 const [prev, next] = this.spread();

Callers 10

selectMethod · 0.95
selectManyMethod · 0.95
anyMethod · 0.95
LineListFunction · 0.80
_getChildrenMapMethod · 0.80
TitleFunction · 0.80
SubtitleFunction · 0.80
scrollToFocusFunction · 0.80
scaleToFocusFunction · 0.80
tuple.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected