MCPcopy Create free account
hub / github.com/ampproject/amphtml / getMaskSet

Function getMaskSet

third_party/inputmask/inputmask.js:780–782  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

778 return maskTemplate;
779 }
780 function getMaskSet() {
781 return maskset;
782 }
783 function resetMaskSet(soft) {
784 var maskset = getMaskSet();
785 maskset.buffer = undefined;

Callers 15

getMaskTemplateFunction · 0.85
resetMaskSetFunction · 0.85
getLastValidPositionFunction · 0.85
getTestTemplateFunction · 0.85
getTestFunction · 0.85
getTestsFunction · 0.85
resolveNdxInitializerFunction · 0.85
staticCanMatchDefinitionFunction · 0.85
handleMatchFunction · 0.85
getBufferTemplateFunction · 0.85
getBufferFunction · 0.85
refreshFromBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected