MCPcopy
hub / github.com/flightcontrolhq/superjson / enableLegacyPaths

Function enableLegacyPaths

src/plainer.ts:28–28  ·  view source on GitHub ↗
(version: number)

Source from the content-addressed store, hash-verified

26export type MinimisedTree<T> = Tree<T> | Record<string, Tree<T>> | undefined;
27
28const enableLegacyPaths = (version: number) => version < 1;
29
30function traverse<T>(
31 tree: MinimisedTree<T>,

Callers 2

traverseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…