Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Splidejs/splide
/ empty
Function
empty
src/js/utils/array/empty/empty.ts:6–8 ·
view source on GitHub ↗
( array: any[] )
Source
from the content-addressed store, hash-verified
4
* @param array - A array to empty.
5
*/
6
export
function
empty( array: any[] ): void {
7
array.length = 0;
8
}
Callers
9
init
Function · 0.90
destroy
Function · 0.90
destroy
Function · 0.90
destroy
Function · 0.90
destroy
Function · 0.90
destroy
Function · 0.90
empty.test.ts
File · 0.90
destroy
Function · 0.90
destroy
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…