(objName string)
| 58 | } |
| 59 | |
| 60 | func (e *EmptyNativeInterface) UIObjShow(objName string) (bool, error) { |
| 61 | return false, nil |
| 62 | } |
| 63 | |
| 64 | func (e *EmptyNativeInterface) UISetVar(name string, value string) { |
| 65 | } |
nothing calls this directly
no outgoing calls
no test coverage detected