(
this: C.Tag<Identifier, Service>,
self: Service
)
| 53 | return self |
| 54 | }, |
| 55 | context<Identifier, Service>( |
| 56 | this: C.Tag<Identifier, Service>, |
| 57 | self: Service |
| 58 | ): C.Context<Identifier> { |
| 59 | return make(this, self) |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | export const ReferenceProto: any = { |
nothing calls this directly
no test coverage detected
searching dependent graphs…