MCPcopy Create free account
hub / github.com/breck7/scroll / encodeCell

Method encodeCell

external/.tableSearch.js:64–66  ·  view source on GitHub ↗
(unencodedCell)

Source from the content-addressed store, hash-verified

62 return patchObj
63 }
64 encodeCell(unencodedCell) {
65 return this.encoders.reduce((str, encoder) => encoder.encode(str), unencodedCell)
66 }
67 decodeCell(encodedCell) {
68 return this.encoders
69 .slice()

Callers 2

objectToEncodedStringMethod · 0.95
arrayToEncodedStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected