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

Method UIObjShow

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

Source from the content-addressed store, hash-verified

58}
59
60func (e *EmptyNativeInterface) UIObjShow(objName string) (bool, error) {
61 return false, nil
62}
63
64func (e *EmptyNativeInterface) UISetVar(name string, value string) {
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected