MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _setLocalList

Method _setLocalList

src/AutoNumeric.js:3707–3709  ·  view source on GitHub ↗

* Set the local list with the given Map object. * * @param {Map} localList * @private

(localList)

Source from the content-addressed store, hash-verified

3705 * @private
3706 */
3707 _setLocalList(localList) {
3708 this.autoNumericLocalList = localList;
3709 }
3710
3711 /**
3712 * Return the local list Map object.

Callers 2

initMethod · 0.95
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected