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

Method getMeta

src/Brick.js:16–18  ·  view source on GitHub ↗

* Returns brick meta. * @abstract * @return {object}

()

Source from the content-addressed store, hash-verified

14 * @return {object}
15 */
16 static getMeta () {
17 throw new Error('Brick static method \'getMeta\' has not been overridden.')
18 }
19
20 /**
21 * Constructor

Callers 6

getNameMethod · 0.95
getTitleMethod · 0.95
setTitleMethod · 0.95
encoderDidReverseMethod · 0.45
translateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected