MCPcopy Index your code
hub / github.com/Starcounter-Jack/JSON-Patch / OperationResult

Interface OperationResult

module/core.d.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 (operation: Operation, index: number, document: T, existingPathFragment: string): void;
7}
8export interface OperationResult<T> {
9 removed?: any;
10 test?: boolean;
11 newDocument: T;
12}
13export interface BaseOperation {
14 path: string;
15}

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…