MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / matches

Function matches

packages/cli/src/commands/keyframes.ts:763–763  ·  view source on GitHub ↗
(target: string)

Source from the content-addressed store, hash-verified

761 if (args.selector) {
762 const sel = args.selector;
763 const matches = (target: string) => target.split(",").some((s) => s.trim() === sel);
764 comps = comps
765 .map((cmp) => ({
766 ...cmp,

Callers 2

resolveScopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected