Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + func HashPath(path string) uint32 + func ResolvePath(event *models.Event, pc *PathCache) string + type PathCache struct + func New() *PathCache + func (pc *PathCache) Get(hash uint32) (string, bool) + func (pc *PathCache) Set(hash uint32, path string)