MCPcopy Create free account
hub / github.com/cortexkit/magic-context / getRpcGeneration

Function getRpcGeneration

packages/plugin/src/tui/data/context-db.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function getRpcGeneration(): number {
35 return rpcGeneration;
36}
37
38/** The live RPC client (for the WS notification socket's endpoint discovery).
39 * Null before init / after close. */

Callers 5

handleNotificationFunction · 0.90
stillActiveFunction · 0.90
startNotificationSocketFunction · 0.90
connectFunction · 0.90
handleSocketMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected