MCPcopy
hub / github.com/webpack/webpack / onConnectPosition

Function onConnectPosition

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

Source from the content-addressed store, hash-verified

151 await _tableObject.toExcel();
152}
153async function onConnectPosition() {
154 const hPk = getPKfromModule();
155 const ok = await openDialogForNewPositionSi(
156 { siBookId: hPk.idSiBook, siHeaderId: hPk.siHeaderId },
157 _staticData
158 );
159 if (ok) {
160 await _updateTableContent();
161 }
162}
163async function onSortPosition() {
164 await getSortDialog();
165}

Callers

nothing calls this directly

Calls 2

getPKfromModuleFunction · 0.85
_updateTableContentFunction · 0.85

Tested by

no test coverage detected