Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
34
func
(s *Fofa) SetType(Type string) {
35
s.Type = Type
36
}
37
func
(s *Fofa) SetDomain(domain string) {
38
s.Domain = domain
39
}
Callers
1
TestFofa
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestFofa
Function · 0.76