Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wetools/wept
/ _toArray
Function
_toArray
public/script/view.js:4–6 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
2
var
__WAWebviewStartTime__ = Date.now();
3
4
function
_toArray(e) {
5
return
Array.isArray(e) ? e : Array.from(e)
6
}
7
8
function
_toConsumableArray(e) {
9
if
(Array.isArray(e)) {
Callers
1
view.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected