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

Method UIObjFadeIn

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

Source from the content-addressed store, hash-verified

89}
90
91func (e *EmptyNativeInterface) UIObjFadeIn(objName string, duration uint32) (bool, error) {
92 return false, nil
93}
94
95func (e *EmptyNativeInterface) UIObjFadeOut(objName string, duration uint32) (bool, error) {
96 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected