Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthonyshort/deku
/ beforeUnmount
Function
beforeUnmount
test/dom/index.js:386–388 ·
view source on GitHub ↗
({props}, el)
Source
from the content-addressed store, hash-verified
384
log.push(props.name +
' afterMount'
)
385
},
386
beforeUnmount ({props}, el) {
387
log.push(props.name +
' beforeUnmount'
)
388
}
389
}
390
391
mount(
Callers
nothing calls this directly
Calls
1
end
Function · 0.85
Tested by
no test coverage detected