Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SummerSec/SpringExploit
/ main
Function
main
cmd/test/dnslog.go:9–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
)
8
9
func
main() {
10
dnslog := &utils.Dnslog{}
11
dnslog.SetPre(
"dns"
)
12
dnslog.SetId(
"dnslog"
)
13
f := dnslog.GetDnslog()
14
fmt.Println(dnslog.Id())
15
log.Debugf(
"id: "
, dnslog.Id)
16
fmt.Println(f)
17
18
}
Callers
nothing calls this directly
Calls
4
SetPre
Method · 0.95
SetId
Method · 0.95
GetDnslog
Method · 0.95
Id
Method · 0.95
Tested by
no test coverage detected