(enabled bool)
| 6 | func (e *EmptyNativeInterface) Start() error { return nil } |
| 7 | |
| 8 | func (e *EmptyNativeInterface) VideoSetSleepMode(enabled bool) error { return nil } |
| 9 | |
| 10 | func (e *EmptyNativeInterface) VideoGetSleepMode() (bool, error) { return false, nil } |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected