Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getCwdState
Function
getCwdState
src/bootstrap/state.ts:533–535 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
531
}
532
533
export
function
getCwdState(): string {
534
return
STATE.cwd
535
}
536
537
export
function
setCwdState(cwd: string): void {
538
STATE.cwd = cwd.normalize(
'NFC'
)
Callers
8
pwd
Function · 0.85
convertToSandboxRuntimeConfig
Function · 0.85
initialize
Function · 0.85
workflows.test.ts
File · 0.85
call
Function · 0.85
filesApi.test.ts
File · 0.85
startSpeculation
Function · 0.85
acceptSpeculation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected