Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bevacqua/dragula
/ isContainer
Function
isContainer
dragula.js:62–64 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
60
return
drake;
61
62
function
isContainer (el) {
63
return
drake.containers.indexOf(el) !== -1 || o.isContainer(el);
64
}
65
66
function
events (remove) {
67
var
op = remove ?
'remove'
:
'add'
;
Callers
2
canStart
Function · 0.85
accepted
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…