MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / getIncludedRegExp

Function getIncludedRegExp

grunt/helpers.js:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 };
124
125 const getIncludedRegExp = function() {
126 const configValue = grunt.config('includedRegExp');
127 return configValue || grunt.config('includedRegExp', generateIncludedRegExp());
128 };
129
130 const getNestedIncludedRegExp = function() {
131 const configValue = grunt.config('nestedIncludedRegExp');

Callers 1

helpers.jsFile · 0.85

Calls 1

generateIncludedRegExpFunction · 0.85

Tested by

no test coverage detected