MCPcopy
hub / github.com/thesysdev/openui / get

Method get

packages/lang-core/src/runtime/store.ts:6–6  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

4
5export interface Store {
6 get(name: string): unknown;
7 set(name: string, value: unknown): void;
8 subscribe(listener: () => void): () => void;
9 getSnapshot(): Record<string, unknown>;

Callers 15

getSchemaIdFunction · 0.65
gcUnreachableFunction · 0.65
mergeStatementsFunction · 0.65
buildResultFunction · 0.65
resolveRefFunction · 0.65
materializeExprInternalFunction · 0.65
materializeValueFunction · 0.65
serializeElementExprFunction · 0.65
getFunction · 0.65
setFunction · 0.65
resolveStateFieldFunction · 0.65
rebuildSnapshotFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected