MCPcopy Create free account
hub / github.com/idank/explainshell / d3_time_formatRe

Function d3_time_formatRe

explainshell/web/static/js/d3.v3.js:8029–8031  ·  view source on GitHub ↗
(names)

Source from the content-addressed store, hash-verified

8027 return j;
8028 }
8029 function d3_time_formatRe(names) {
8030 return new RegExp("^(?:" + names.map(d3.requote).join("|") + ")", "i");
8031 }
8032 function d3_time_formatLookup(names) {
8033 var map = new d3_Map(), i = -1, n = names.length;
8034 while (++i < n) map.set(names[i].toLowerCase(), i);

Callers 1

d3.v3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected