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

Method git

examples/workspace-chat/src/server.ts:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 private _git: ReturnType<typeof createGit> | undefined;
37 private git() {
38 this._git ??= createGit(new WorkspaceFileSystem(this.workspace));
39 return this._git;
40 }
41
42 maxPersistedMessages = 200;
43

Callers 1

onChatMessageMethod · 0.95

Calls 1

createGitFunction · 0.90

Tested by

no test coverage detected