Returns the latest version that was committed before or at timestamp. If no version exists, returns -1. Specifically: if a commit version exactly matches the provided timestamp, we return it else, we return the latest commit version with a timestamp less than the provided one If the provided timesta
(timestamp int64)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected