Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
locStart = (node) => node.sourceSpan.start.offset;
2
const
locEnd = (node) => node.sourceSpan.end.offset;
3
4
export
{ locEnd, locStart };
Callers
4
genericPrint
Function · 0.90
printAttributes
Function · 0.90
printOpeningTagStartMarker
Function · 0.90
printChild
Function · 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…