Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
272
export
function
isWatcherRunning(): boolean {
273
return
state.watcher !== null;
274
}
275
276
/**
277
* Get the currently watched path
Callers
3
getSessionRuntimeStatusSnapshot
Function · 0.90
xcode-state-watcher.test.ts
File · 0.90
buildMcpLifecycleSnapshot
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected