Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ error
Function
error
xml/_parse_sync.ts:171–173 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
169
}
170
171
function
error(message: string): never {
172
throw
new
XmlSyntaxError(message, computePosition(pos));
173
}
174
175
function
errorUnterminated(message: string): never {
176
pos = len;
Callers
11
pull
Method · 0.85
cancel
Method · 0.85
errorUnterminated
Function · 0.85
parseDTDInternalSubset
Function · 0.85
parseDTDMarkupDeclaration
Function · 0.85
parseEntityDeclaration
Function · 0.85
parseQuotedLiteral
Function · 0.85
parseDTDDeclarationContent
Function · 0.85
readQuotedValue
Function · 0.85
readText
Function · 0.85
parseSync
Function · 0.85
Calls
1
computePosition
Function · 0.85
Tested by
no test coverage detected