MCPcopy
hub / github.com/gitcoinco/web / data

Method data

app/assets/v2/js/ipfs-api.js:15257–15259  ·  view source on GitHub ↗

* The data of this block. * * @type {Buffer}

()

Source from the content-addressed store, hash-verified

15255 * @type {Buffer}
15256 */
15257 get data () {
15258 return this._data
15259 }
15260
15261 set data (val) {
15262 throw new Error('Tried to change an immutable block')

Callers 15

userSearchFunction · 0.45
bFunction · 0.45
eFunction · 0.45
changeColorFunction · 0.45
setOptionFunction · 0.45
kudosSearchFunction · 0.45
toolbox.jsFile · 0.45
tooltip.jsFile · 0.45
prefilterFunction · 0.45
bootstrap.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected