Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gitify-app/gitify
/ CaptureContext
Function
CaptureContext
src/renderer/context/App.test.tsx:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
let context!: AppContextState;
35
36
const CaptureContext = () => {
37
context = useAppContext();
38
return null;
39
};
40
41
renderWithProviders(
42
<AppProvider>
Callers
nothing calls this directly
Calls
1
useAppContext
Function · 0.90
Tested by
no test coverage detected