MCPcopy Create free account
hub / github.com/afar1/fieldtheory-cli / isInternalWorkerCommand

Function isInternalWorkerCommand

src/cli.ts:502–504  ·  view source on GitHub ↗
(command: Command)

Source from the content-addressed store, hash-verified

500}
501
502function isInternalWorkerCommand(command: Command): boolean {
503 return command.name() === '_run-job';
504}
505
506function shouldSkipCommandChrome(command: Command): boolean {
507 if (isInternalWorkerCommand(command)) return true;

Callers 1

shouldSkipCommandChromeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected