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

Method UIObjAddFlag

internal/native/empty.go:79–81  ·  view source on GitHub ↗
(objName string, flag string)

Source from the content-addressed store, hash-verified

77}
78
79func (e *EmptyNativeInterface) UIObjAddFlag(objName string, flag string) (bool, error) {
80 return false, nil
81}
82
83func (e *EmptyNativeInterface) UIObjClearFlag(objName string, flag string) (bool, error) {
84 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected