(options?: LoadReferenceOrFailOptions<object>)
| 279 | } |
| 280 | |
| 281 | async loadOrFail(options?: LoadReferenceOrFailOptions<object>): Promise<object> { |
| 282 | return Reference.create(this).loadOrFail(options) as Promise<object>; |
| 283 | } |
| 284 | } |
| 285 | |
| 286 | return LoadableMixin as unknown as LoadableConstructor<TBase> & TBase; |
nothing calls this directly
no test coverage detected