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

Method VideoStop

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

Source from the content-addressed store, hash-verified

42}
43
44func (e *EmptyNativeInterface) VideoStop() error {
45 return nil
46}
47
48func (e *EmptyNativeInterface) VideoStart() error {
49 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected