MCPcopy Create free account
hub / github.com/jetkvm/kvm / UIObjHide

Method UIObjHide

internal/native/empty.go:56–58  ·  view source on GitHub ↗
(objName string)

Source from the content-addressed store, hash-verified

54}
55
56func (e *EmptyNativeInterface) UIObjHide(objName string) (bool, error) {
57 return false, nil
58}
59
60func (e *EmptyNativeInterface) UIObjShow(objName string) (bool, error) {
61 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected