MCPcopy Index your code
hub / github.com/dataease/SQLBot / getStateThunks

Method getStateThunks

frontend/public/swagger-ui-bundle.js:31476–31481  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

31474 )
31475 }
31476 getStateThunks(s) {
31477 return Object.keys(this.system.statePlugins).reduce(
31478 (o, i) => ((o[i] = () => s().get(i)), o),
31479 {}
31480 )
31481 }
31482 getFn() {
31483 return { fn: this.system.fn }
31484 }

Callers 1

buildSystemMethod · 0.95

Calls 4

getMethod · 0.65
sFunction · 0.50
reduceMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected