Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
func
(p *Probe) parseSSLPorts(data string) {
146
p.SSLPorts = data[len(
"sslports"
)+1:]
147
}
148
149
func
(p *Probe) parseTotalWaitMS(data string) {
150
p.TotalWaitMS, _ = strconv.Atoi(string(data[len(
"totalwaitms"
)+1:]))
Callers
1
fromString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected