()
| 37 | export let _mirror: DeprecatedMirror = { |
| 38 | map: {}, |
| 39 | getId() { |
| 40 | console.error(DEPARTED_MIRROR_ACCESS_WARNING); |
| 41 | return -1; |
| 42 | }, |
| 43 | getNode() { |
| 44 | console.error(DEPARTED_MIRROR_ACCESS_WARNING); |
| 45 | return null; |
nothing calls this directly
no outgoing calls
no test coverage detected