MCPcopy 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
384export const NodeFsOperations: FsOperations = {
385 cwd() {
386 return process.cwd()
387 },
388
389 existsSync(fsPath) {
390 using _ = slowLogging`fs.existsSync(${fsPath})`

Callers 6

runHeadlessStreamingFunction · 0.50
refreshPluginStateFunction · 0.50
drainCommandQueueFunction · 0.50
installHandlerFunction · 0.50
mcpServeHandlerFunction · 0.50
getInitialStateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected