MCPcopy
hub / github.com/prettier/prettier / locStart

Function locStart

src/language-html/loc.js:1–1  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1const locStart = (node) => node.sourceSpan.start.offset;
2const locEnd = (node) => node.sourceSpan.end.offset;
3
4export { locEnd, locStart };

Callers 4

genericPrintFunction · 0.90
printAttributesFunction · 0.90
printChildFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…