MCPcopy
hub / github.com/webpack/webpack / onClose

Function onClose

test/configCases/inner-graph/issue-11678/module.js:2068–2070  ·  view source on GitHub ↗
(ok)

Source from the content-addressed store, hash-verified

2066 html,
2067 title: pageTC.confirmation,
2068 async onClose(ok) {
2069 return ok ? _saveForm(true, defaultSetting) : true;
2070 }
2071 });
2072 elements.chbox.onChange(element => {
2073 defaultSetting.doSplitPos = element.getValueBoolean();

Callers

nothing calls this directly

Calls 3

_saveFormFunction · 0.85
sendSortCommandToBEFunction · 0.85
resolveMethod · 0.65

Tested by

no test coverage detected