MCPcopy
hub / github.com/inkeep/open-knowledge / push

Function push

scripts/generate-third-party-notices.mjs:567–567  ·  view source on GitHub ↗
(...xs)

Source from the content-addressed store, hash-verified

565
566 const lines = [];
567 const push = (...xs) => lines.push(...xs);
568 const hr = () => push('---', '');
569
570 push('# Third-Party Notices', '');

Callers 2

hrFunction · 0.70
buildFunction · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected