(readonly specs: string, readonly config?: {})
| 25 | readonly tickConfigs: Array<{placeholderForLossesAndMetrics: string}> = []; |
| 26 | |
| 27 | constructor(readonly specs: string, readonly config?: {}) {} |
| 28 | |
| 29 | tick(tickConfig: {placeholderForLossesAndMetrics: string}) { |
| 30 | this.tickConfigs.push(tickConfig); |
nothing calls this directly
no outgoing calls
no test coverage detected