MCPcopy Index your code
hub / github.com/freecodexyz/free-code / filterCommandsForRemoteMode

Function filterCommandsForRemoteMode

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

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected