Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PLSysSec/wave
/ LookupFlags
Class
LookupFlags
src/types/mod.rs:633–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
pub struct LookupFlags(u32);
634
impl LookupFlags {
635
pub fn new(flags: u32) -> Self {
636
LookupFlags(flags)
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected