MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setCwdState

Function setCwdState

src/bootstrap/state.ts:531–533  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

529}
530
531export function setCwdState(cwd: string): void {
532 STATE.cwd = cwd.normalize('NFC')
533}
534
535export function getDirectConnectServerUrl(): string | undefined {
536 return STATE.directConnectServerUrl

Callers 5

runFunction · 0.85
execFunction · 0.85
setCwdFunction · 0.85
bridgeMainFunction · 0.85
runBridgeHeadlessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected