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

Method CalculateHash

src/Features/Privacy/DailyUserHasher.cs:12–12  ·  view source on GitHub ↗
(DateTime timestamp, string appId, string sessionId, string clientIP, string userAgent)

Source from the content-addressed store, hash-verified

10public interface IUserHasher
11{
12 Task<string> CalculateHash(DateTime timestamp, string appId, string sessionId, string clientIP, string userAgent);
13}
14
15public class DailyUserHasher : IUserHasher

Callers 1

ToEventRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected