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

Interface BaseOperation

module/core.d.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 newDocument: T;
12}
13export interface BaseOperation {
14 path: string;
15}
16export interface AddOperation<T> extends BaseOperation {
17 op: 'add';
18 value: T;

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…