MCPcopy Create free account
hub / github.com/Adminisme/ServerScan / parseTCPWrappedMS

Method parseTCPWrappedMS

ServerScan Air/package/vscan/vscan.go:153–155  ·  view source on GitHub ↗
(data string)

Source from the content-addressed store, hash-verified

151}
152
153func (p *Probe) parseTCPWrappedMS(data string) {
154 p.TCPWrappedMS, _ = strconv.Atoi(string(data[len("tcpwrappedms")+1:]))
155}
156
157func (p *Probe) parseRarity(data string) {
158 p.Rarity, _ = strconv.Atoi(string(data[len("rarity")+1:]))

Callers 1

fromStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected