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

Function rpcGetLocalLoopbackOnly

jsonrpc.go:1155–1157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1153}
1154
1155func rpcGetLocalLoopbackOnly() (bool, error) {
1156 return config.LocalLoopbackOnly, nil
1157}
1158
1159func rpcSetLocalLoopbackOnly(enabled bool) error {
1160 // Check if the setting is actually changing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected