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

Method UIObjClearState

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

Source from the content-addressed store, hash-verified

73}
74
75func (e *EmptyNativeInterface) UIObjClearState(objName string, state string) (bool, error) {
76 return false, nil
77}
78
79func (e *EmptyNativeInterface) UIObjAddFlag(objName string, flag string) (bool, error) {
80 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected