MCPcopy
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
527export function getCwdState(): string {
528 return STATE.cwd
529}
530
531export function setCwdState(cwd: string): void {
532 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