Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ get_value
Method
get_value
libraries/rawkit/src/tiff/mod.rs:125–127 ·
view source on GitHub ↗
(&self, file: &mut TiffRead<R>)
Source
from the content-addressed store, hash-verified
123
}
124
125
pub fn get_value<T: Tag, R: Read + Seek>(&self, file: &mut TiffRead<R>) -> Result<T::Output, TiffError> {
126
T::get(self, file)
127
}
128
}
129
130
impl Display for Ifd {
Callers
nothing calls this directly
Calls
1
get
Function · 0.50
Tested by
no test coverage detected