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

Method didView

src/Viewer.js:83–85  ·  view source on GitHub ↗

* Triggered after performing view of given content. * @protected * @abstract * @return {void|Promise} Resolves when completed.

(content)

Source from the content-addressed store, hash-verified

81 * @return {void|Promise} Resolves when completed.
82 */
83 async didView (content) {
84 // abstract method
85 }
86
87 /**
88 * Runs callback safely, catching and handling thrown errors.

Callers 1

viewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected