MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / hash

Method hash

tools/third-party-licenses/src/cef.rs:26–28  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

24
25impl Hash for CefLicenseSource {
26 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
27 read().unwrap().hash(state)
28 }
29}
30
31fn parse(html: &str) -> Vec<LicenseEntry> {

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected