MCPcopy Create free account
hub / github.com/callstack/agent-device / readSnapshotNodes

Function readSnapshotNodes

src/client/client-normalizers.ts:273–276  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

271}
272
273export function readSnapshotNodes(value: unknown): SnapshotNode[] {
274 // Snapshot nodes are produced by the daemon snapshot pipeline and treated as trusted here.
275 return Array.isArray(value) ? (value as SnapshotNode[]) : [];
276}
277
278export function buildFlags(options: InternalRequestOptions): CommandFlags {
279 const leaseScope = leaseScopeFromOptions(options);

Callers 1

normalizeSnapshotResultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…