Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-scan/Goal
/ SetType
Method
SetType
Gsensor/SecurityTrailsSensor.go:33–35 ·
view source on GitHub ↗
(Type string)
Source
from the content-addressed store, hash-verified
31
return
"SecurityTrailsImpl ver 0.2 with "
+ s.Type
32
}
33
func
(s *SecurityTrails) SetType(Type string) {
34
s.Type = Type
35
}
36
func
(s *SecurityTrails) SetDomain(domain string) {
37
s.Domain = domain
38
}
Callers
1
TestSecTrail
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestSecTrail
Function · 0.76