MCPcopy Index your code
hub / github.com/aurelia/framework / module2Configure

Function module2Configure

test/framework-configuration.spec.ts:348–351  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

346 .plugin('b.js');
347 }
348 function module2Configure(config) {
349 config
350 .plugin('c.js')
351 }
352 // eslint-disable-next-line @typescript-eslint/no-unused-vars
353 function module3Configure(_config) {
354 count++;

Callers

nothing calls this directly

Calls 1

pluginMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…