MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / addSingleton

Method addSingleton

src/platform/ioc/types.ts:36–36  ·  view source on GitHub ↗
(
        serviceIdentifier: interfaces.ServiceIdentifier<T>,
        constructor: ClassType<T>,
        name?: string | number | symbol,
        bindings?: symbol[]
    )

Source from the content-addressed store, hash-verified

34 bindings?: symbol[]
35 ): void;
36 addSingleton<T>(
37 serviceIdentifier: interfaces.ServiceIdentifier<T>,
38 constructor: ClassType<T>,
39 name?: string | number | symbol,

Callers 15

registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65
registerTypesFunction · 0.65

Implementers 1

ServiceManagersrc/platform/ioc/serviceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected