MCPcopy Create free account
hub / github.com/arctic-cli/interface / diff

Method diff

packages/sdk/js/src/gen/sdk.gen.ts:581–586  ·  view source on GitHub ↗

* Get the diff for this session

(options: Options<SessionDiffData, ThrowOnError>)

Source from the content-addressed store, hash-verified

579 * Get the diff for this session
580 */
581 public diff<ThrowOnError extends boolean = false>(options: Options<SessionDiffData, ThrowOnError>) {
582 return (options.client ?? this._client).get<SessionDiffResponses, SessionDiffErrors, ThrowOnError>({
583 url: "/session/{id}/diff",
584 ...options,
585 })
586 }
587
588 /**
589 * Summarize the session

Callers 5

snapshot.test.tsFile · 0.45
syncFunction · 0.45
handlerFunction · 0.45
revertFunction · 0.45
server.tsFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected