Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/agent-device
/ listCapabilityCheckedCommandNames
Function
listCapabilityCheckedCommandNames
src/command-catalog.ts:153–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
export
function
listCapabilityCheckedCommandNames(): CliCommandName[] {
154
return
listCliCommandNames().filter((command) => !CAPABILITY_EXEMPT_CLI_COMMANDS.has(command));
155
}
Callers
1
args.test.ts
File · 0.90
Calls
1
listCliCommandNames
Function · 0.85
Tested by
no test coverage detected