()
| 250 | return true |
| 251 | } |
| 252 | connected(): maa.MaybePromise<boolean> { |
| 253 | console.log('on MyController.connected') |
| 254 | return true |
| 255 | } |
| 256 | request_uuid(): maa.MaybePromise<string | null> { |
| 257 | console.log('on MyController.request_uuid') |
| 258 | // this.count += 1 |
nothing calls this directly
no outgoing calls
no test coverage detected