SetOSVersion sets the OS version.
(v string)
| 205 | |
| 206 | // SetOSVersion sets the OS version. |
| 207 | func SetOSVersion(v string) { osVersionAtomic.Store(v) } |
| 208 | |
| 209 | // SetFirewallMode sets the firewall mode for the app. |
| 210 | func SetFirewallMode(v string) { firewallMode.Store(v) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…