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

Method performView

src/Viewer.js:73–75  ·  view source on GitHub ↗

* Performs view of given content. * @protected * @abstract * @param {string} content * @return {void|Promise} Resolves when completed.

(content)

Source from the content-addressed store, hash-verified

71 * @return {void|Promise} Resolves when completed.
72 */
73 async performView (content) {
74 // abstract method
75 }
76
77 /**
78 * Triggered after performing view of given content.

Callers 1

viewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected