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

Method UIObjSetLabelText

internal/native/empty.go:99–101  ·  view source on GitHub ↗
(objName string, text string)

Source from the content-addressed store, hash-verified

97}
98
99func (e *EmptyNativeInterface) UIObjSetLabelText(objName string, text string) (bool, error) {
100 return false, nil
101}
102
103func (e *EmptyNativeInterface) UIObjSetImageSrc(objName string, image string) (bool, error) {
104 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected