MCPcopy Create free account
hub / github.com/denoland/std / errorUnterminated

Function errorUnterminated

xml/_parse_sync.ts:175–178  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

173 }
174
175 function errorUnterminated(message: string): never {
176 pos = len;
177 error(message);
178 }
179
180 function skipWhitespace(): void {
181 while (pos < len) {

Callers 1

parseSyncFunction · 0.85

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected