MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / graphId

Function graphId

deployments/desktop/static/desktop.js:3086–3089  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3084 }
3085
3086 function graphId(node) {
3087 const source = node || {};
3088 return String(source.node_id || source.id || source.title || "node");
3089 }
3090
3091 const wikiEnglishTextMap = [
3092 ["当前用户画像", "Current User Profile"],

Callers 15

graphDegreeMapFunction · 0.85
uniqueGraphNodesFunction · 0.85
nodeSearchTextFunction · 0.85
conceptEntriesFromGraphFunction · 0.85
paperScoreFunction · 0.85
buildWikiMapFunction · 0.85
layoutGraphFunction · 0.85
renderWikiGraphFunction · 0.85
renderWikiListFunction · 0.85
graphNodesByIdFunction · 0.85
pickWikiFocusNodeIdFunction · 0.85
renderWikiResultNodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected