MCPcopy 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
76function forceArray(input) {
77 return typeof input === 'object' && input.slice() || [input];
78}

Callers 1

channels.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected