MCPcopy Create free account
hub / github.com/composify-js/composify / missing

Function missing

packages/react/src/renderer/Catalog/Catalog.ts:17–19  ·  view source on GitHub ↗
(names: string[])

Source from the content-addressed store, hash-verified

15};
16
17export const missing = (names: string[]): string[] => {
18 return names.filter((name) => !blocks.has(name));
19};
20
21export const get = (name: string) => {
22 if (name.toLowerCase() === name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected