(objName string, state string)
| 69 | } |
| 70 | |
| 71 | func (e *EmptyNativeInterface) UIObjAddState(objName string, state string) (bool, error) { |
| 72 | return false, nil |
| 73 | } |
| 74 | |
| 75 | func (e *EmptyNativeInterface) UIObjClearState(objName string, state string) (bool, error) { |
| 76 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected