(objName string, flag string)
| 77 | } |
| 78 | |
| 79 | func (e *EmptyNativeInterface) UIObjAddFlag(objName string, flag string) (bool, error) { |
| 80 | return false, nil |
| 81 | } |
| 82 | |
| 83 | func (e *EmptyNativeInterface) UIObjClearFlag(objName string, flag string) (bool, error) { |
| 84 | return false, nil |
nothing calls this directly
no outgoing calls
no test coverage detected