MCPcopy Create free account
hub / github.com/Noumena-Network/code / meetsAvailabilityRequirement

Function meetsAvailabilityRequirement

src/commands.ts:446–448  ·  view source on GitHub ↗
(cmd: Command)

Source from the content-addressed store, hash-verified

444 * so this must be re-evaluated on every getCommands() call.
445 */
446export function meetsAvailabilityRequirement(cmd: Command): boolean {
447 return meetsCommandAvailabilityRequirement(cmd)
448}
449
450/**
451 * Loads all command sources (skills, plugins, workflows). Memoized by cwd

Callers 1

getCommandsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected