Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/socketstream/socketstream
/ forceArray
Function
forceArray
lib/session/channels.js:76–78 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
74
// Private
75
76
function
forceArray(input) {
77
return
typeof input ===
'object'
&& input.slice() || [input];
78
}
Callers
1
channels.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected