MCPcopy
hub / github.com/brimdata/zui / replace

Method replace

apps/zui/src/modules/history.ts:24–26  ·  view source on GitHub ↗
(entry: Entry)

Source from the content-addressed store, hash-verified

22 }
23
24 replace(entry: Entry) {
25 this.array[this.index] = entry
26 }
27
28 entries(): Entry[] {
29 return this.array

Callers 15

toIntMethod · 0.45
jsonHeaderFunction · 0.45
history.test.tsFile · 0.45
replaceDecimalFunction · 0.45
singularFunction · 0.45
buildFunction · 0.45
brimcapMethod · 0.45
requireAllFunction · 0.45
getDirectoryFunction · 0.45
relativeUrlMethod · 0.45
invokeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected