MCPcopy 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
9func 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

SetPreMethod · 0.95
SetIdMethod · 0.95
GetDnslogMethod · 0.95
IdMethod · 0.95

Tested by

no test coverage detected