Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ getCwdState
Function
getCwdState
src/bootstrap/state.ts:521–523 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
519
}
520
521
export
function
getCwdState(): string {
522
return
STATE.cwd
523
}
524
525
export
function
setCwdState(cwd: string): void {
526
STATE.cwd = cwd.normalize(
'NFC'
)
Callers
6
pwd
Function · 0.85
convertToSandboxRuntimeConfig
Function · 0.85
initialize
Function · 0.85
call
Function · 0.85
startSpeculation
Function · 0.85
acceptSpeculation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected