MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript /

Class

src/pseudo_json.mjs:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Stream {
2 constructor(str) {
3 this.str = str
4 this.pos = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected