(objName string)
| 54 | } |
| 55 | |
| 56 | func (e *EmptyNativeInterface) UIObjHide(objName string) (bool, error) { |
| 57 | return false, nil |
| 58 | } |
| 59 | |
| 60 | func (e *EmptyNativeInterface) UIObjShow(objName string) (bool, error) { |
| 61 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected