MCPcopy Create free account
hub / github.com/aptabase/aptabase / EventPropKeys

Class EventPropKeys

src/Features/Stats/StatsController.cs:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51public record EventPropKeys
52{
53 public string[] StringKeys { get; set; } = Array.Empty<string>();
54 public string[] NumericKeys { get; set; } = Array.Empty<string>();
55}
56
57public record EventPropsItem
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected