MCPcopy
hub / github.com/opentrace/opentrace / ps

Function ps

ui/src/hooks/useGraphViewer.ts:385–385  ·  view source on GitHub ↗
(key: string, def: T)

Source from the content-addressed store, hash-verified

383 // ─── Persisted physics / layout / 3D settings ──────────────────────────
384 const stored = useMemo(readPersistedSettings, []);
385 const ps = <T>(key: string, def: T): T => (stored[key] as T) ?? def;
386
387 const D = GRAPH_SETTING_DEFAULTS;
388

Callers 1

useGraphViewerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected