Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
function
bumpPoll(owner: string): void {
19
recordChange({ source:
"runs"
,
type
:
"change"
, key: owner });
20
}
21
22
let
_initPromise: Promise<void> | undefined;
23
Callers
3
insertRun
Function · 0.70
updateRun
Function · 0.70
deleteRun
Function · 0.70
Calls
1
recordChange
Function · 0.85
Tested by
no test coverage detected