Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docmirror/dev-sidecar
/ setBackupList
Method
setBackupList
packages/mitmproxy/src/lib/dns/base.js:59–62 ·
view source on GitHub ↗
* 设置新的ipList * * @param newBackupList
(newBackupList)
Source
from the content-addressed store, hash-verified
57
* @param newBackupList
58
*/
59
setBackupList (newBackupList) {
60
super.setBackupList(newBackupList)
61
this.lookupCount++
62
}
63
}
64
65
module.exports =
class
BaseDNS {
Callers
1
lookup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected