MCPcopy
hub / github.com/BuilderIO/agent-native / bumpPoll

Function bumpPoll

packages/core/src/progress/store.ts:18–20  ·  view source on GitHub ↗
(owner: string)

Source from the content-addressed store, hash-verified

16} from "./types.js";
17
18function bumpPoll(owner: string): void {
19 recordChange({ source: "runs", type: "change", key: owner });
20}
21
22let _initPromise: Promise<void> | undefined;
23

Callers 3

insertRunFunction · 0.70
updateRunFunction · 0.70
deleteRunFunction · 0.70

Calls 1

recordChangeFunction · 0.85

Tested by

no test coverage detected