(identifier: Identifier)
| 226 | } |
| 227 | |
| 228 | get<T>(identifier: Identifier) { |
| 229 | return this.controller.get(identifier) as T; |
| 230 | } |
| 231 | |
| 232 | get isIncremental(): boolean { |
| 233 | return this.get<boolean>("incrementalCopy") || this.incrementCounter > 0; |
no outgoing calls
no test coverage detected