MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / GetVNCService

Method GetVNCService

internal/ui/components/vnc.go:11–13  ·  view source on GitHub ↗

GetVNCService returns the VNC service instance.

()

Source from the content-addressed store, hash-verified

9
10// GetVNCService returns the VNC service instance.
11func (a *App) GetVNCService() *vnc.Service {
12 return a.vncService
13}
14
15// startVNCSessionMonitoring starts a background goroutine to monitor and update VNC session count.
16func (a *App) startVNCSessionMonitoring() {

Callers 2

openNodeVNCMethod · 0.95
openVMVNCMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected