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

Function getExcludedRegExp

grunt/helpers.js:135–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 };
134
135 const getExcludedRegExp = function() {
136 const configValue = grunt.config('excludedRegExp');
137 return configValue || grunt.config('excludedRegExp', generateExcludedRegExp());
138 };
139
140 const getScriptSafeRegExp = function() {
141 const configValue = grunt.config('scriptSafeRegExp');

Callers 1

helpers.jsFile · 0.85

Calls 1

generateExcludedRegExpFunction · 0.85

Tested by

no test coverage detected