MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / notifyRepoDeleted

Function notifyRepoDeleted

projects/openade-module/src/node.ts:182–189  ·  view source on GitHub ↗
(server: RuntimeServer | undefined, repoId: string)

Source from the content-addressed store, hash-verified

180}
181
182function notifyRepoDeleted(server: RuntimeServer | undefined, repoId: string): void {
183 if (!server) return
184 publishOpenADECompanionEvent(server, {
185 type: "repo_deleted",
186 repoId,
187 at: new Date().toISOString(),
188 })
189}
190
191function notifyWorkingTasks(server: RuntimeServer | undefined): void {
192 if (!server) return

Callers 1

Calls 1

Tested by

no test coverage detected