Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ isActive
Method
isActive
src/agent/git-sandbox.ts:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
constructor(private cwd: string) {}
109
110
isActive(): boolean {
111
return
this.state?.active === true;
112
}
113
114
get branch(): string | null {
115
return
this.state?.branch ?? null;
Callers
1
executeToolCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected