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

Function get

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

Source from the content-addressed store, hash-verified

28 }
29
30 function get(name: string): unknown {
31 return state.get(name);
32 }
33
34 function set(name: string, value: unknown): void {
35 const existing = state.get(name);

Callers 2

createChatStoreFunction · 0.85
createDetailedViewStoreFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected