Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ #isWhitespaceCode
Method
#isWhitespaceCode
xml/_tokenizer.ts:483–486 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
481
}
482
483
#isWhitespaceCode(code: number): boolean {
484
return
code === CC_SPACE || code === CC_TAB || code === CC_LF ||
485
code === CC_CR;
486
}
487
488
#flushText(): void {
489
if
(this.#textStartIdx === -1)
return
;
Callers
1
process
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected