MCPcopy
hub / github.com/prettier/prettier / locEnd

Function locEnd

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

Source from the content-addressed store, hash-verified

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

Callers 1

printFunction · 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…