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

Function build

apps/zui/src/electron/migrations.ts:65–70  ·  view source on GitHub ↗
(entry: [string, {default: (state: any) => any}])

Source from the content-addressed store, hash-verified

63}
64
65function build(entry: [string, {default: (state: any) => any}]): Migration {
66 const migrate = entry[1].default
67 const version = parseInt(entry[0].replace("v", ""))
68
69 return {migrate, version}
70}

Callers 1

HistoryItemFunction · 0.50

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected