MCPcopy Index your code
hub / github.com/codeaashu/claude-code / filterCommandsForRemoteMode

Function filterCommandsForRemoteMode

src/commands.ts:686–688  ·  view source on GitHub ↗
(commands: Command[])

Source from the content-addressed store, hash-verified

684 * the CCR init message arrives.
685 */
686export function filterCommandsForRemoteMode(commands: Command[]): Command[] {
687 return commands.filter(cmd => REMOTE_SAFE_COMMANDS.has(cmd))
688}
689
690export function findCommand(
691 commandName: string,

Callers 1

runFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected