Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OptimalBits/node_acl
/ makeArray
Function
makeArray
lib/mongodb-backend.js:260–262 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
258
}
259
260
function
makeArray(arr){
261
return
Array.isArray(arr) ? encodeAll(arr) : [encodeText(arr)];
262
}
263
264
exports = module.exports = MongoDBBackend;
Callers
1
mongodb-backend.js
File · 0.70
Calls
2
encodeAll
Function · 0.85
encodeText
Function · 0.85
Tested by
no test coverage detected