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

Method asTsv

external/.scrollLibs.js:16505–16507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16503 return lines.join("\n")
16504 }
16505 get asTsv() {
16506 return this.toDelimited("\t")
16507 }
16508 get particleBreakSymbol() {
16509 return PARTICLE_MEMBRANE
16510 }

Callers

nothing calls this directly

Calls 1

toDelimitedMethod · 0.95

Tested by

no test coverage detected