Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ isReady
Method
isReady
src/mcp/client.ts:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
isReady(): boolean {
67
return
this.state ===
'ready'
;
68
}
69
70
async
start(): Promise<void> {
71
if
(this.state !==
'stopped'
&& this.state !==
'failed'
) {
Callers
2
mcp-and-pruning.test.ts
File · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected