MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / ReputationReason

Enum ReputationReason

Contracts/ReputationReason.cs:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace Contracts;
2
3public enum ReputationReason
4{
5 QuestionUpvoted,
6 AnswerUpvoted,
7 QuestionDownvoted,
8 AnswerDownvoted,
9 AnswerAccepted
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…