Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ cwd
Function
cwd
src/utils/fsOperations.ts:385–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
383
384
export
const
NodeFsOperations: FsOperations = {
385
cwd() {
386
return
process.cwd()
387
},
388
389
existsSync(fsPath) {
390
using _ = slowLogging`fs.existsSync(${fsPath})`
Callers
7
runHeadlessStreaming
Function · 0.85
refreshPluginState
Function · 0.85
drainCommandQueue
Function · 0.85
dispatchHeadlessCronCommand
Function · 0.85
installHandler
Function · 0.85
mcpServeHandler
Function · 0.85
getInitialState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected