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

Method parseFallback

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

Source from the content-addressed store, hash-verified

159}
160
161func (p *Probe) parseFallback(data string) {
162 p.Fallback = data[len("fallback")+1:]
163}
164
165func isHexCode(b []byte) bool {
166 matchRe := regexp.MustCompile(`\\x[0-9a-fA-F]{2}`)

Callers 1

fromStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected