Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Flags
Class
Flags
crates/component-macro/src/component.rs:1138–1141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1136
1137
#[derive(Debug)]
1138
pub struct Flags {
1139
name: String,
1140
flags: Vec<Flag>,
1141
}
1142
1143
impl Parse for Flags {
1144
fn parse(input: ParseStream) -> Result<Self> {
Callers
5
parse_sets_and_triple
Function · 0.50
flags
Function · 0.50
generate
Method · 0.50
defined_type
Method · 0.50
arbitrary_val
Function · 0.50
Calls
no outgoing calls
Tested by
1
flags
Function · 0.40