MCPcopy
hub / github.com/Yvesssn/DetectDee / writeResult

Function writeResult

cmd/detect.go:412–417  ·  view source on GitHub ↗
(name, site, url string)

Source from the content-addressed store, hash-verified

410}
411
412func writeResult(name, site, url string) {
413 tmpList, _ := detectResultMap.Load(name)
414 userResultList, _ := tmpList.([][]string)
415 userResultList = append(userResultList, []string{name, site, url})
416 detectResultMap.Store(name, userResultList)
417}
418
419func writeWhois(name, site string, whoisData gjson.Result) {
420 tmpMap, _ := whoisMap.Load(name)

Callers 1

detectUserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected