Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jetkvm/kvm
/ VideoLogStatus
Method
VideoLogStatus
internal/native/empty.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(e *EmptyNativeInterface) VideoLogStatus() (string, error) {
41
return
""
, nil
42
}
43
44
func
(e *EmptyNativeInterface) VideoStop() error {
45
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected