Struct git_ref::file::log::iter::Platform [−][src]
pub struct Platform<'a, 's> {
pub store: &'s Store,
pub name: FullNameRef<'a>,
pub buf: Vec<u8>,
}
Expand description
A platform to store a buffer to hold ref log lines for iteration.
Fields
store: &'s Store
The store containing the reflogs
name: FullNameRef<'a>
The full name of the reference whose reflog to retrieve.
buf: Vec<u8>
A reusable buffer for storing log lines read from disk.