MCPcopy Index your code
hub / github.com/MengMengCode/GetRealityDomain / String

Method String

types.go:178–180  ·  view source on GitHub ↗

String 返回Host的字符串表示

()

Source from the content-addressed store, hash-verified

176
177// String 返回Host的字符串表示
178func (h Host) String() string {
179 return h.Origin + " (" + h.Type.String() + ")"
180}

Callers 2

scanSingleIPFunction · 0.45
calculateNetworkAddressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected