MCPcopy Create free account
hub / github.com/H3d9/sguard_limit / enable

Method enable

sguard_limit/transproxy.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241void ProxyManager::enable() {
242 mountEnabled = true;
243}
244
245void ProxyManager::disable() {
246 mountEnabled = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected