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

Method willView

src/Viewer.js:62–64  ·  view source on GitHub ↗

* Triggered before performing view of given content. * @protected * @param {string} content * @return {Chain|Promise} Filtered content

(content)

Source from the content-addressed store, hash-verified

60 * @return {Chain|Promise} Filtered content
61 */
62 async willView (content) {
63 return content
64 }
65
66 /**
67 * Performs view of given content.

Callers 1

viewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected