MCPcopy
hub / github.com/webpack/webpack / _getFormSelector

Function _getFormSelector

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

Source from the content-addressed store, hash-verified

2945 SplitViewPage.hideForm();
2946}
2947function _getFormSelector() {
2948 return "." + SplitViewPage.getDetailsFormClass();
2949}
2950function _getListofSelectedRow() {
2951 const CURRENT_ROW = _tableObject.getCurrentRow();
2952 return CURRENT_ROW === null

Callers 1

_createFormWidgetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected