MCPcopy Create free account
hub / github.com/Microck/opencode-studio / useApp

Function useApp

client-next/src/lib/context.tsx:301–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299}
300
301export function useApp() {
302 const context = useContext(AppContext);
303 if (context === undefined) {
304 throw new Error('useApp must be used within an AppProvider');
305 }
306 return context;
307}

Callers 10

PresetsManagerFunction · 0.90
AppShellFunction · 0.90
PendingActionDialogFunction · 0.90
SidebarFunction · 0.90
SettingsPageFunction · 0.90
CodeSettingsPageFunction · 0.90
MCPPageFunction · 0.90
PluginsPageFunction · 0.90
SkillsPageFunction · 0.90
ConfigPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected