MCPcopy
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
153export function listCapabilityCheckedCommandNames(): CliCommandName[] {
154 return listCliCommandNames().filter((command) => !CAPABILITY_EXEMPT_CLI_COMMANDS.has(command));
155}

Callers 1

args.test.tsFile · 0.90

Calls 1

listCliCommandNamesFunction · 0.85

Tested by

no test coverage detected