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

Method UIObjAddState

internal/native/interface.go:23–23  ·  view source on GitHub ↗
(objName string, state string)

Source from the content-addressed store, hash-verified

21 UISetVar(name string, value string)
22 UIGetVar(name string) string
23 UIObjAddState(objName string, state string) (bool, error)
24 UIObjClearState(objName string, state string) (bool, error)
25 UIObjAddFlag(objName string, flag string) (bool, error)
26 UIObjClearFlag(objName string, flag string) (bool, error)

Callers 5

updateDisplayUsbStateFunction · 0.65
updateDisplayFunction · 0.65
UIObjAddStateMethod · 0.65
UIObjAddStateMethod · 0.65
UIObjAddStateMethod · 0.65

Implementers 3

Nativeinternal/native/native.go
NativeProxyinternal/native/proxy.go
EmptyNativeInterfaceinternal/native/empty.go

Calls

no outgoing calls

Tested by

no test coverage detected