MCPcopy Create free account
hub / github.com/Alfredredbird/CyberKelp / resolveWikiNote

Function resolveWikiNote

script.js:108–114  ·  view source on GitHub ↗
(wikiName)

Source from the content-addressed store, hash-verified

106}
107
108function resolveWikiNote(wikiName) {
109 return NOTES.find(
110 (n) =>
111 n.wikiName.toLowerCase() === wikiName.toLowerCase() ||
112 n.title.toLowerCase() === wikiName.toLowerCase()
113 );
114}
115
116function renderBreadcrumb(note) {
117 if (!note) {

Callers 2

replaceWikiLinksFunction · 0.85
buildGraphDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected