Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nilbuild/driver.js
/ handleClose
Function
handleClose
src/driver.ts:54–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
configure(options);
53
54
function
handleClose() {
55
if
(!getConfig(
"allowClose"
)) {
56
return
;
57
}
58
59
destroy();
60
}
61
62
function
handleOverlayClick() {
63
const
overlayClickBehavior = getConfig(
"overlayClickBehavior"
);
Callers
nothing calls this directly
Calls
2
getConfig
Function · 0.90
destroy
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…