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

Method parseSSLPorts

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

Source from the content-addressed store, hash-verified

143}
144
145func (p *Probe) parseSSLPorts(data string) {
146 p.SSLPorts = data[len("sslports")+1:]
147}
148
149func (p *Probe) parseTotalWaitMS(data string) {
150 p.TotalWaitMS, _ = strconv.Atoi(string(data[len("totalwaitms")+1:]))

Callers 1

fromStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected