MCPcopy Create free account
hub / github.com/cloudflare/agents / diff

Method diff

packages/shell/src/backend.ts:335–335  ·  view source on GitHub ↗
(pathA: string, pathB: string)

Source from the content-addressed store, hash-verified

333 resolvePath(base: string, path: string): Promise<string>;
334 glob(pattern: string): Promise<string[]>;
335 diff(pathA: string, pathB: string): Promise<string>;
336 diffContent(path: string, newContent: string): Promise<string>;
337 createArchive(
338 path: string,

Callers 4

git.test.tsFile · 0.65
diffMethod · 0.65
diffCallMethod · 0.65
onChatMessageMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected