Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subquery/subql
/ destroy
Method
destroy
packages/cli/src/jsonrpc/client/ws.ts:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
destroy(): void {
53
this.isDestroyed = true;
54
this._ws.close();
55
}
56
57
private onSocketClose = (code: number, reason: Buffer): void => {
58
if
(this.isDestroyed)
return
;
Callers
12
with
Method · 0.95
getGenesisHash
Function · 0.80
batchDeleteAndThenUpdate
Function · 0.80
batchDeletePoi
Function · 0.80
syncLatestSyncedPoiFromDb
Method · 0.80
bulkUpdate
Method · 0.80
bulkRemove
Method · 0.80
runFlush
Method · 0.80
flushOperation
Method · 0.80
bulkRemove
Method · 0.80
runFlush
Method · 0.80
releaseChainRewindLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected