MCPcopy
hub / github.com/tholman/zenpen / hasNode

Function hasNode

js/editor.js:218–221  ·  view source on GitHub ↗
( nodeList, name )

Source from the content-addressed store, hash-verified

216 }
217
218 function hasNode( nodeList, name ) {
219
220 return !!nodeList[ name ];
221 }
222
223 function saveState( event ) {
224

Callers 4

checkTextHighlightingFunction · 0.85
updateBubbleStatesFunction · 0.85
onQuoteClickFunction · 0.85
onUrlClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected