MCPcopy
hub / github.com/autoNumeric/autoNumeric / _getLocalList

Method _getLocalList

src/AutoNumeric.js:3717–3719  ·  view source on GitHub ↗

* Return the local list Map object. * * @returns {*|Map} * @private

()

Source from the content-addressed store, hash-verified

3715 * @private
3716 */
3717 _getLocalList() {
3718 return this.autoNumericLocalList;
3719 }
3720
3721 /**
3722 * Return `true` if the AutoNumeric object has a local list defined already and has at least one element in it (itself usually).

Callers 3

constructorMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected