Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MetaCubeX/metacubexd
/ useControlInfo
Function
useControlInfo
packages/ui/composables/useControlInfo.ts:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
export
function
useControlInfo() {
35
probe()
36
const
hasFeature = (f: ControlFeature) =>
37
hasAgent.value && features.value.includes(f)
38
return
{ hasAgent, features, info, ready, hasFeature }
39
}
Callers
14
useRuntimeConfigViewer
Function · 0.90
useGeoAssets
Function · 0.90
fetchRemoteConfigAPI
Function · 0.90
useNetworkConfig
Function · 0.90
refresh
Function · 0.90
probe
Function · 0.90
useSystemProxy
Function · 0.90
useWebdavBackup
Function · 0.90
useRuleEditor
Function · 0.90
useUpdateConfigMutation
Function · 0.90
useTun
Function · 0.90
useKernelVersions
Function · 0.90
Calls
1
probe
Function · 0.70
Tested by
no test coverage detected