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

Struct myComment

main.go:499–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497var myReplies = map[string]myComment{}
498
499type myComment struct {
500 summoned bool
501 commentID string
502 additionalCommentID string
503}
504
505var myRepliesMu = &sync.Mutex{}
506

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected