Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NaturalIntelligence/fast-xml-parser
/ readCh
Method
readCh
src/v6/inputSource/StringSource.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
readCh() {
15
return
this.buffer[this.startIndex++];
16
}
17
18
readChAt(index) {
19
return
this.buffer[this.startIndex+index];
Callers
6
readComment
Function · 0.45
readDocType
Function · 0.45
registerEntity
Function · 0.45
readClosingTagName
Function · 0.45
parseXml
Method · 0.45
readSpecialTag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected