MCPcopy Create free account
hub / github.com/boringproxy/boringproxy / GetAdminDomain

Method GetAdminDomain

database.go:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 d.persist()
115}
116func (d *Database) GetAdminDomain() string {
117 d.mutex.Lock()
118 defer d.mutex.Unlock()
119
120 return d.AdminDomain
121}
122
123func (d *Database) SetDNSRequest(requestId string, request namedrop.DNSRequest) {
124 d.mutex.Lock()

Callers 3

ListenFunction · 0.95
CreateTunnelMethod · 0.80
handleTokensMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected