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

Method toNativeOptions

internal/native/proxy.go:85–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (p *nativeProxyOptions) toNativeOptions() *NativeOptions {
86 return &NativeOptions{
87 SystemVersion: p.SystemVersion,
88 AppVersion: p.AppVersion,
89 DisplayRotation: p.DisplayRotation,
90 DefaultQualityFactor: p.DefaultQualityFactor,
91 }
92}
93
94// cmdWrapper wraps exec.Cmd to implement processCmd interface
95type cmdWrapper struct {

Callers 1

RunNativeProcessFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected