MCPcopy Create free account
hub / github.com/MengMengCode/GetRealityDomain / Close

Method Close

types.go:78–83  ·  view source on GitHub ↗

Close 关闭地理位置数据库

()

Source from the content-addressed store, hash-verified

76
77// Close 关闭地理位置数据库
78func (g *Geo) Close() error {
79 if g.geoReader != nil {
80 return g.geoReader.Close()
81 }
82 return nil
83}
84
85// ScanConfig 扫描配置
86type ScanConfig struct {

Callers 7

scanAddressFunction · 0.95
scanSingleIPFunction · 0.45
DetectCloudflareCDNFunction · 0.45
FetchDomainsFromURLFunction · 0.45
DownloadGeoLite2DBFunction · 0.45
getLocalIPFunction · 0.45
loadFeasibleResultsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected