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

Method print

external/.scrollLibs.js:15879–15883  ·  view source on GitHub ↗
(message = "")

Source from the content-addressed store, hash-verified

15877 }
15878 // Note: this is for debugging select chains
15879 print(message = "") {
15880 if (message) console.log(message)
15881 console.log(this.toString())
15882 return this
15883 }
15884 // todo: preserve subclasses!
15885 // todo: preserve links back to parent so you could edit as normal?
15886 where(columnName, operator, fixedValue) {

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected