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

Method UIObjSetImageSrc

internal/native/empty.go:103–105  ·  view source on GitHub ↗
(objName string, image string)

Source from the content-addressed store, hash-verified

101}
102
103func (e *EmptyNativeInterface) UIObjSetImageSrc(objName string, image string) (bool, error) {
104 return false, nil
105}
106
107func (e *EmptyNativeInterface) DisplaySetRotation(rotation uint16) (bool, error) {
108 return false, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected