pub fn owners<F: Fs>(
db: &GraphDb<F>,
path: &str,
now_ts: Option<i64>,
) -> Option<OwnersReport>Expand description
Who wrote path.
now_ts fixes the end of the quarter window; without one it is the newest
commit on the file, so the answer depends on the store alone and two runs
against an unchanged store agree.
None when path is not a File in this store — including when it names a
node of some other label, which has no owner to report.