MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / init

Function init

packages/webpack5/src/index.ts:115–120  ·  view source on GitHub ↗
(_env: IWebpackEnv)

Source from the content-addressed store, hash-verified

113 * @param _env The webpack env
114 */
115export function init(_env: IWebpackEnv) {
116 hasInitialized = true;
117 if (_env) {
118 env = _env;
119 }
120}
121
122/**
123 * Explicitly specify the base config to use.

Callers 8

base.spec.tsFile · 0.90
javascript.spec.tsFile · 0.90
svelte.spec.tsFile · 0.90
angular.spec.tsFile · 0.90
typescript.spec.tsFile · 0.90
react.spec.tsFile · 0.90
vue.spec.tsFile · 0.90
ensureNsVueBootstrapFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected