MCPcopy Create free account
hub / github.com/code-scan/Goal / SetType

Method SetType

Gsensor/FofaSensor.go:34–36  ·  view source on GitHub ↗
(Type string)

Source from the content-addressed store, hash-verified

32 return "FofaImpl ver 0.1 with " + s.Type
33}
34func (s *Fofa) SetType(Type string) {
35 s.Type = Type
36}
37func (s *Fofa) SetDomain(domain string) {
38 s.Domain = domain
39}

Callers 1

TestFofaFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestFofaFunction · 0.76