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

Function notifyRepoChanged

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

Source from the content-addressed store, hash-verified

171}
172
173function notifyRepoChanged(server: RuntimeServer | undefined, repoId: string): void {
174 if (!server) return
175 publishOpenADECompanionEvent(server, {
176 type: "repo_changed",
177 repoId,
178 at: new Date().toISOString(),
179 })
180}
181
182function notifyRepoDeleted(server: RuntimeServer | undefined, repoId: string): void {
183 if (!server) return

Callers 1

Calls 1

Tested by

no test coverage detected