MCPcopy Create free account
hub / github.com/cryptii/cryptii / debug

Method debug

src/App.js:102–107  ·  view source on GitHub ↗

* Composes a JSON string containing debug information about the current app * state useful for bug reports. * @return {string}

()

Source from the content-addressed store, hash-verified

100 * @return {string}
101 */
102 debug () {
103 return JSON.stringify({
104 version: this._config.version,
105 pipe: this.getPipe().serialize()
106 })
107 }
108
109 /**
110 * Returns pipe instance.

Callers 1

runMethod · 0.95

Calls 2

getPipeMethod · 0.95
serializeMethod · 0.45

Tested by

no test coverage detected