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

Interface Result

src/plainer.ts:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135interface Result {
136 transformedValue: any;
137 annotations?: MinimisedTree<TypeAnnotation>;
138}
139
140export type ReferentialEqualityAnnotations =
141 | Record<string, string[]>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…