MCPcopy Create free account
hub / github.com/AudDMusic/RedditBot / d

Struct d

main.go:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488type d struct {
489 b bool
490 u string
491}
492
493var avoidDuplicates = map[string]chan d{}
494var avoidDoubleDuplicates = map[string]bool{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected