MCPcopy
hub / github.com/loopbackio/loopback-next / get

Function get

packages/cli/lib/utils.js:51–53  ·  view source on GitHub ↗
(what)

Source from the content-addressed store, hash-verified

49 */
50function generateValidRegex() {
51 const get = function (what) {
52 return require('@unicode/unicode-10.0.0/' + what + '/code-points.js');
53 };
54 const idStart = get('Binary_Property/ID_Start');
55 const idContinue = get('Binary_Property/ID_Continue');
56 const compileRegex = _.template(

Callers 15

generateValidRegexFunction · 0.70
InfoControllerClass · 0.50
InfoControllerClass · 0.50
InfoControllerClass · 0.50
InfoControllerClass · 0.50
ArtifactOneClass · 0.50
ArtifactTwoClass · 0.50
MyControllerClass · 0.50
PingControllerClass · 0.50
MyControllerClass · 0.50
DummyControllerClass · 0.50
TestClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected