Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentrpc/agentrpc
/ stop
Method
stop
sdk-node/src/polling.ts:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
async
stop(): Promise<void> {
58
log(
"Stopping polling agent"
);
59
this.polling = false;
60
}
61
62
private
async
runLoop() {
63
this.polling = true;
Callers
1
unlisten
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected