Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getCwdState
Function
getCwdState
src/bootstrap/state.ts:527–529 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
525
}
526
527
export
function
getCwdState(): string {
528
return
STATE.cwd
529
}
530
531
export
function
setCwdState(cwd: string): void {
532
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