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

Method UIObjFadeOut

internal/native/empty.go:95–97  ·  view source on GitHub ↗
(objName string, duration uint32)

Source from the content-addressed store, hash-verified

93}
94
95func (e *EmptyNativeInterface) UIObjFadeOut(objName string, duration uint32) (bool, error) {
96 return false, nil
97}
98
99func (e *EmptyNativeInterface) UIObjSetLabelText(objName string, text string) (bool, error) {
100 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected