Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
hr
Function · 0.70
build
Function · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected