MCPcopy
hub / github.com/ampproject/amphtml / groupify

Function groupify

third_party/inputmask/inputmask.js:412–417  ·  view source on GitHub ↗
(matches)

Source from the content-addressed store, hash-verified

410 return maskToken;
411 }
412 function groupify(matches) {
413 var groupToken = new MaskToken(true);
414 groupToken.openGroup = false;
415 groupToken.matches = matches;
416 return groupToken;
417 }
418 if (regexMask) {
419 opts.optionalmarker[0] = undefined;
420 opts.optionalmarker[1] = undefined;

Callers 2

factoryFunction · 0.85
groupQuantifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected