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

Function onVisitHighlightedLine

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

Source from the content-addressed store, hash-verified

94 }
95 },
96 onVisitHighlightedLine(node) {
97 node.properties.className.push("line--highlighted")
98 },
99 onVisitHighlightedWord(node) {
100 node.properties.className = ["word--highlighted"]
101 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected