MCPcopy
hub / github.com/codeaashu/claude-code / cwd

Function cwd

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.85
refreshPluginStateFunction · 0.85
drainCommandQueueFunction · 0.85
installHandlerFunction · 0.85
mcpServeHandlerFunction · 0.85
getInitialStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected