MCPcopy
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

getConfigFunction · 0.90
destroyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…