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

Method VideoGetSleepMode

internal/native/empty.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8func (e *EmptyNativeInterface) VideoSetSleepMode(enabled bool) error { return nil }
9
10func (e *EmptyNativeInterface) VideoGetSleepMode() (bool, error) { return false, nil }
11
12func (e *EmptyNativeInterface) VideoSleepModeSupported() bool {
13 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected