id: 1 unit: public registerSingleton() file: src/dependency-container.ts start line: 162 end line: 210 size: 46 LOC McCabe index: 6 number of parameters: 2 id: 2 unit: private resolveRegistration() file: src/dependency-container.ts start line: 281 end line: 331 size: 43 LOC McCabe index: 13 number of parameters: 2 id: 3 unit: constructor() file: src/decorators/auto-injectable.ts start line: 23 end line: 64 size: 42 LOC McCabe index: 7 number of parameters: 1 id: 4 unit: public registerSingleton() file: src/dependency-container.ts start line: 166 end line: 210 size: 42 LOC McCabe index: 6 number of parameters: 2 id: 5 unit: public registerSingleton() file: src/dependency-container.ts start line: 170 end line: 210 size: 38 LOC McCabe index: 6 number of parameters: 2 id: 6 unit: private resolveParams() file: src/dependency-container.ts start line: 495 end line: 525 size: 31 LOC McCabe index: 7 number of parameters: 2 id: 7 unit: public register() file: src/dependency-container.ts start line: 56 end line: 82 size: 27 LOC McCabe index: 1 number of parameters: 2 id: 8 unit: public resolve() file: src/dependency-container.ts start line: 212 end line: 242 size: 25 LOC McCabe index: 5 number of parameters: 2 id: 9 unit: public createChildContainer() file: src/dependency-container.ts start line: 393 end line: 422 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 10 unit: public register() file: src/dependency-container.ts start line: 60 end line: 82 size: 23 LOC McCabe index: 1 number of parameters: 2 id: 11 unit: public resolveAll() file: src/dependency-container.ts start line: 333 end line: 360 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 12 unit: private construct() file: src/dependency-container.ts start line: 472 end line: 493 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 13 unit: export default function predicateAwareClassFactory() file: src/factories/predicate-aware-class-factory.ts start line: 5 end line: 24 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 14 unit: public register() file: src/dependency-container.ts start line: 64 end line: 82 size: 19 LOC McCabe index: 1 number of parameters: 3 id: 15 unit: private executePostResolutionInterceptor() file: src/dependency-container.ts start line: 261 end line: 279 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 16 unit: private executePreResolutionInterceptor() file: src/dependency-container.ts start line: 244 end line: 259 size: 15 LOC McCabe index: 4 number of parameters: 2 id: 17 unit: public register() file: src/dependency-container.ts start line: 69 end line: 82 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 18 unit: function injectAllWithTransform() file: src/decorators/inject-all-with-transform.ts start line: 13 end line: 25 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 19 unit: public registerType() file: src/dependency-container.ts start line: 138 end line: 151 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 20 unit: public clearInstances() file: src/dependency-container.ts start line: 377 end line: 391 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 21 unit: export function formatErrorCtor() file: src/error-helpers.ts start line: 15 end line: 27 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 22 unit: export default function instancePerContainerCachingFactory() file: src/factories/instance-per-container-caching-factory.ts start line: 4 end line: 16 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 23 unit: private createHandler() file: src/lazy-helpers.ts start line: 34 end line: 45 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 24 unit: export default function scoped() file: src/decorators/scoped.ts start line: 13 end line: 23 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 25 unit: private getAllRegistrations() file: src/dependency-container.ts start line: 458 end line: 470 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 26 unit: export default function instanceCachingFactory() file: src/factories/instance-caching-factory.ts start line: 4 end line: 14 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 27 unit: function injectWithTransform() file: src/decorators/inject-with-transform.ts start line: 12 end line: 21 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 28 unit: export function delay() file: src/lazy-helpers.ts start line: 48 end line: 57 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 29 unit: public register() file: src/dependency-container.ts start line: 74 end line: 82 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 30 unit: private getRegistration() file: src/dependency-container.ts start line: 446 end line: 456 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 31 unit: export function isTokenDescriptor() file: src/providers/injection-token.ts start line: 17 end line: 25 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 32 unit: export function isTransformDescriptor() file: src/providers/injection-token.ts start line: 27 end line: 35 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 33 unit: export function getParamInfo() file: src/reflection-helpers.ts start line: 9 end line: 18 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 34 unit: public registerInstance() file: src/dependency-container.ts start line: 153 end line: 160 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 35 unit: public isRegistered() file: src/dependency-container.ts start line: 362 end line: 369 size: 8 LOC McCabe index: 5 number of parameters: 2 id: 36 unit: export function isProvider() file: src/providers/provider.ts start line: 12 end line: 19 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 37 unit: function autoInjectable() file: src/decorators/auto-injectable.ts start line: 18 end line: 67 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 38 unit: function formatDependency() file: src/error-helpers.ts start line: 3 end line: 9 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 39 unit: const delayedObject:() file: src/lazy-helpers.ts start line: 24 end line: 30 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 40 unit: function injectAll() file: src/decorators/inject-all.ts start line: 9 end line: 14 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 41 unit: function singleton() file: src/decorators/singleton.ts start line: 11 end line: 16 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 42 unit: public createProxy() file: src/lazy-helpers.ts start line: 20 end line: 32 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 43 unit: function inject() file: src/decorators/inject.ts start line: 9 end line: 13 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 44 unit: function injectable() file: src/decorators/injectable.ts start line: 11 end line: 15 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 45 unit: function registry() file: src/decorators/registry.ts start line: 11 end line: 15 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 46 unit: public reset() file: src/dependency-container.ts start line: 371 end line: 375 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 47 unit: export function isClassProvider() file: src/providers/class-provider.ts start line: 9 end line: 13 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 48 unit: export function isFactoryProvider() file: src/providers/factory-provider.ts start line: 13 end line: 17 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 49 unit: export function isNormalToken() file: src/providers/injection-token.ts start line: 11 end line: 15 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 50 unit: export function isConstructorToken() file: src/providers/injection-token.ts start line: 37 end line: 41 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 51 unit: export function isTokenProvider() file: src/providers/token-provider.ts start line: 8 end line: 12 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 52 unit: export function isValueProvider() file: src/providers/value-provider.ts start line: 7 end line: 11 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 53 unit: public get() file: src/registry-base.ts start line: 15 end line: 19 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 54 unit: private ensure() file: src/registry-base.ts start line: 39 end line: 43 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 55 unit: public register() file: src/dependency-container.ts start line: 79 end line: 82 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 56 unit: public getAll() file: src/registry-base.ts start line: 10 end line: 13 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 57 unit: public set() file: src/registry-base.ts start line: 21 end line: 24 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 58 unit: public has() file: src/registry-base.ts start line: 30 end line: 33 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 59 unit: function composeErrorMessage() file: src/error-helpers.ts start line: 11 end line: 13 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 60 unit: export function defineInjectionTokenMetadata() file: src/reflection-helpers.ts start line: 20 end line: 22 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 61 unit: public entries() file: src/registry-base.ts start line: 6 end line: 8 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 62 unit: public setAll() file: src/registry-base.ts start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 63 unit: public clear() file: src/registry-base.ts start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 64 unit: public constructor() file: src/dependency-container.ts start line: 49 end line: 49 size: 1 LOC McCabe index: 1 number of parameters: 1