MCPcopy Create free account
hub / github.com/denoland/std / #isWhitespaceCode

Method #isWhitespaceCode

xml/_tokenizer.ts:434–437  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

432 }
433
434 #isWhitespaceCode(code: number): boolean {
435 return code === CC_SPACE || code === CC_TAB || code === CC_LF ||
436 code === CC_CR;
437 }
438
439 #flushText(): void {
440 if (this.#textStartIdx === -1) return;

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected