MCPcopy
hub / github.com/simstudioai/sim / bind

Method bind

apps/sim/stores/terminal/console/storage.ts:207–209  ·  view source on GitHub ↗

* Binds the data provider function used to snapshot current state. * Called once during store initialization.

(provider: () => PersistedConsoleData)

Source from the content-addressed store, hash-verified

205 * Called once during store initialization.
206 */
207 bind(provider: () => PersistedConsoleData): void {
208 this.dataProvider = provider
209 }
210
211 /**
212 * Signals that a workflow execution has started.

Callers 15

instrumentPoolClientFunction · 0.80
initializeOpenTelemetryFunction · 0.80
store.tsFile · 0.80
logger.test.tsFile · 0.80
runSandboxTaskFunction · 0.80
pptxgenjs.cjsFile · 0.80
xFunction · 0.80
qFunction · 0.80
HFunction · 0.80
VFunction · 0.80
C7Function · 0.80
E7Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected