MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / onVisitHighlightedWord

Function onVisitHighlightedWord

frontend/contentlayer.config.js:99–101  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

97 node.properties.className.push("line--highlighted")
98 },
99 onVisitHighlightedWord(node) {
100 node.properties.className = ["word--highlighted"]
101 },
102 },
103 ],
104 [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected