(object: any)
| 376 | } |
| 377 | |
| 378 | getWrittenRefId(object: any) { |
| 379 | return this.refWriter.getWrittenRefId(object); |
| 380 | } |
| 381 | |
| 382 | writeRefOrNull(object: any) { |
| 383 | if (object === null || object === undefined) { |
nothing calls this directly
no test coverage detected