(objName string, state string)
| 73 | } |
| 74 | |
| 75 | func (e *EmptyNativeInterface) UIObjClearState(objName string, state string) (bool, error) { |
| 76 | return false, nil |
| 77 | } |
| 78 | |
| 79 | func (e *EmptyNativeInterface) UIObjAddFlag(objName string, flag string) (bool, error) { |
| 80 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected