Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elastic/devfiler
/ into_raw
Method
into_raw
src/storage/dbtypes.rs:82–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
}
81
82
fn into_raw(self) -> Self::B {
83
u128::from(self).to_le_bytes()
84
}
85
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected