(objName string, image string)
| 101 | } |
| 102 | |
| 103 | func (e *EmptyNativeInterface) UIObjSetImageSrc(objName string, image string) (bool, error) { |
| 104 | return false, nil |
| 105 | } |
| 106 | |
| 107 | func (e *EmptyNativeInterface) DisplaySetRotation(rotation uint16) (bool, error) { |
| 108 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected