MCPcopy
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
521export function getCwdState(): string {
522 return STATE.cwd
523}
524
525export function setCwdState(cwd: string): void {
526 STATE.cwd = cwd.normalize('NFC')

Callers 6

pwdFunction · 0.85
initializeFunction · 0.85
callFunction · 0.85
startSpeculationFunction · 0.85
acceptSpeculationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected