Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChinaSiro/claude-code-sourcemap
/ cwd
Function
cwd
restored-src/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
6
runHeadlessStreaming
Function · 0.50
refreshPluginState
Function · 0.50
drainCommandQueue
Function · 0.50
installHandler
Function · 0.50
mcpServeHandler
Function · 0.50
getInitialState
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected