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

Method getSeparator

src/Encoder/CharacterBlock.js:66–68  ·  view source on GitHub ↗

* Returns the block separator. * @protected * @override * @return {string|Chain}

()

Source from the content-addressed store, hash-verified

64 * @return {string|Chain}
65 */
66 getSeparator () {
67 return this.getSettingValue('separator')
68 }
69
70 /**
71 * Performs encode on given content.

Callers 2

performEncodeMethod · 0.95
performDecodeMethod · 0.95

Calls 1

getSettingValueMethod · 0.80

Tested by

no test coverage detected