Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
function
decodeText(text) {
204
if
(typeof text ==
'string'
|| text instanceof String) {
205
text = decodeURIComponent(text);
206
}
207
return
text;
208
}
209
210
function
encodeAll(arr) {
211
if
(Array.isArray(arr)) {
Callers
2
decodeAll
Function · 0.85
fixKeys
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected