MCPcopy Create free account
hub / github.com/block/buzz / getParsedSnapshot

Function getParsedSnapshot

desktop/src/shared/features/useFeatureEnabled.ts:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63const getServerSnapshot = (): string => "{}";
64
65function getParsedSnapshot(): Record<string, boolean> {
66 getSnapshot();
67 return cachedParsed ?? emptyOverrides;
68}
69
70/**
71 * Returns the current parsed feature overrides.

Callers 1

useFeatureSnapshotFunction · 0.85

Calls 1

getSnapshotFunction · 0.70

Tested by

no test coverage detected