Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NaturalIntelligence/fast-xml-parser
/
Class
src/v6/inputSource/BufferSource.js:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
tab: 9
4
}
5
export
default
class
BufferSource{
6
constructor(bytesArr){
7
this.line = 1;
8
this.cols = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected