MCPcopy Create free account
hub / github.com/esengine/esengine / DI.test.ts

File DI.test.ts

packages/core/tests/Core/DI.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Injectable, InjectProperty, isInjectable, getPropertyInjectMetadata, createInstance, registerInjectable } from '../../src/Core/DI';
2import { ServiceContainer } from '../../src/Core/ServiceContainer';
3import type { IService } from '../../src/Core/ServiceContainer';
4

Callers

nothing calls this directly

Calls 8

isInjectableFunction · 0.90
createInstanceFunction · 0.90
registerInjectableFunction · 0.90
getMethod · 0.65
resolveMethod · 0.65
registerSingletonMethod · 0.45
isRegisteredMethod · 0.45

Tested by

no test coverage detected