MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getWatchedPath

Function getWatchedPath

src/utils/xcode-state-watcher.ts:279–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 * Get the currently watched path
278 */
279export function getWatchedPath(): string | null {
280 return state.watchedPath;
281}

Calls

no outgoing calls

Tested by

no test coverage detected