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

Function getNestedIncludedRegExp

grunt/helpers.js:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 };
129
130 const getNestedIncludedRegExp = function() {
131 const configValue = grunt.config('nestedIncludedRegExp');
132 return configValue || grunt.config('nestedIncludedRegExp', generateNestedIncludedRegExp());
133 };
134
135 const getExcludedRegExp = function() {
136 const configValue = grunt.config('excludedRegExp');

Callers 1

helpers.jsFile · 0.85

Calls 1

Tested by

no test coverage detected