MCPcopy 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

readCommentFunction · 0.45
readDocTypeFunction · 0.45
registerEntityFunction · 0.45
readClosingTagNameFunction · 0.45
parseXmlMethod · 0.45
readSpecialTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected