MCPcopy Create free account
hub / github.com/OptimalBits/node_acl / decodeText

Function decodeText

lib/mongodb-backend.js:203–208  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

201}
202
203function decodeText(text) {
204 if (typeof text == 'string' || text instanceof String) {
205 text = decodeURIComponent(text);
206 }
207 return text;
208}
209
210function encodeAll(arr) {
211 if (Array.isArray(arr)) {

Callers 2

decodeAllFunction · 0.85
fixKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected