MCPcopy 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
533export function getCwdState(): string {
534 return STATE.cwd
535}
536
537export function setCwdState(cwd: string): void {
538 STATE.cwd = cwd.normalize('NFC')

Callers 8

pwdFunction · 0.85
initializeFunction · 0.85
workflows.test.tsFile · 0.85
callFunction · 0.85
filesApi.test.tsFile · 0.85
startSpeculationFunction · 0.85
acceptSpeculationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected