| 85 | } |
| 86 | |
| 87 | interface ResolutionContext { |
| 88 | contextId: ContextId; |
| 89 | inquirer?: InstanceWrapper; |
| 90 | effectiveInquirerId?: string; |
| 91 | } |
| 92 | |
| 93 | export class Injector { |
| 94 | private logger: LoggerService = new Logger(class="st">'InjectorLogger'); |
nothing calls this directly
no outgoing calls
no test coverage detected