| 221 | } |
| 222 | |
| 223 | export class EmptyGraphSource<const TSchema extends GraphSchema> implements GraphSource<TSchema> { |
| 224 | #config: EmptyGraphSourceConfig<TSchema>; |
| 225 | public constructor(config: EmptyGraphSourceConfig<TSchema>) { |
| 226 | this.#config = config; |
nothing calls this directly
no outgoing calls
no test coverage detected