()
| 332 | // -------------------------------------------------------------- internals |
| 333 | |
| 334 | private utcDay(): string { |
| 335 | return this.now().toISOString().slice(0, 10); |
| 336 | } |
| 337 | |
| 338 | private readConfig(): ConfigFile | null { |
| 339 | if (this.configCache !== undefined) return this.configCache; |
no outgoing calls
no test coverage detected