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

Class TagDailyUsage

StatsService/Models/TagDailyUsage.cs:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace StatsService.Models;
2
3public class TagDailyUsage
4{
5 public required string Id { get; set; }
6 public required string Tag { get; set; }
7 public DateOnly Date { get; set; }
8 public int Count { get; set; }
9}

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…