MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / timeRegex

Function timeRegex

out/cli.cjs:29847–29849  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

29845 return regex;
29846 }
29847 function timeRegex(args) {
29848 return new RegExp(`^${timeRegexSource(args)}$`);
29849 }
29850 function datetimeRegex(args) {
29851 let regex = `${dateRegexSource}T${timeRegexSource(args)}`;
29852 const opts = [];

Callers 1

_parseMethod · 0.85

Calls 1

timeRegexSourceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…