Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ clearArray
Function
clearArray
web-src/src/common/utils/common.js:223–225 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
221
}
222
223
export
function
clearArray(array) {
224
array.splice(0, array.length);
225
}
226
227
export
function
guid(length) {
228
function
s4() {
Callers
3
scriptConfig_test.js
File · 0.90
terminal_model_test.js
File · 0.90
ScriptField_test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected