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

Method UIObjAddState

internal/native/empty.go:71–73  ·  view source on GitHub ↗
(objName string, state string)

Source from the content-addressed store, hash-verified

69}
70
71func (e *EmptyNativeInterface) UIObjAddState(objName string, state string) (bool, error) {
72 return false, nil
73}
74
75func (e *EmptyNativeInterface) UIObjClearState(objName string, state string) (bool, error) {
76 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected