Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OptimalBits/node_acl
/ makeArray
Function
makeArray
lib/memory-backend.js:151–153 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
149
}
150
151
function
makeArray(arr){
152
return
Array.isArray(arr) ? arr : [arr];
153
}
154
155
exports = module.exports = MemoryBackend;
Callers
1
memory-backend.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected