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

Function isWatcherRunning

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

Source from the content-addressed store, hash-verified

270 * Check if the watcher is currently running
271 */
272export function isWatcherRunning(): boolean {
273 return state.watcher !== null;
274}
275
276/**
277 * Get the currently watched path

Calls

no outgoing calls

Tested by

no test coverage detected