MCPcopy Create free account
hub / github.com/breck7/scroll / asSsv

Method asSsv

external/.scrollLibs.js:16437–16439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16435 return this._toDelimited(" ", header, atomFn)
16436 }
16437 get asSsv() {
16438 return this.toDelimited(" ")
16439 }
16440 get asOutline() {
16441 return this._toOutline(particle => particle.getLine())
16442 }

Callers

nothing calls this directly

Calls 1

toDelimitedMethod · 0.95

Tested by

no test coverage detected