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

Method Start

internal/native/interface.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// NativeInterface defines the interface that both Native and NativeProxy implement
4type NativeInterface interface {
5 Start() error
6 VideoSetSleepMode(enabled bool) error
7 VideoGetSleepMode() (bool, error)
8 VideoSleepModeSupported() bool

Callers 1

doStartMethod · 0.65

Implementers 3

Nativeinternal/native/native.go
NativeProxyinternal/native/proxy.go
EmptyNativeInterfaceinternal/native/empty.go

Calls

no outgoing calls

Tested by

no test coverage detected