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

Class UserReputationChanged

Contracts/UserReputationChanged.cs:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace Contracts;
2
3public record UserReputationChanged(
4 string UserId,
5 int Delta,
6 ReputationReason Reason,
7 string ActorUserId,
8 DateTime Occurred);

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…