MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser /

Class

src/v6/inputSource/StringSource.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4export default class StringSource{
5 constructor(str){
6 this.line = 1;
7 this.cols = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected