Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
impl Hash for CefLicenseSource {
26
fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
27
read().unwrap().hash(state)
28
}
29
}
30
31
fn parse(html: &str) -> Vec<LicenseEntry> {
Callers
nothing calls this directly
Calls
1
read
Function · 0.70
Tested by
no test coverage detected