MCPcopy Index your code
hub / github.com/Dimillian/CodexMonitor / fetchStatus

Function fetchStatus

src/features/git/hooks/useGitStatus.ts:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 const fetchStatus = () => {
109 refresh()?.catch(() => {});
110 };
111
112 fetchStatus();
113 const interval = window.setInterval(fetchStatus, REFRESH_INTERVAL_MS);

Callers 1

useGitStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected