MCPcopy 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)]
1138pub struct Flags {
1139 name: String,
1140 flags: Vec<Flag>,
1141}
1142
1143impl Parse for Flags {
1144 fn parse(input: ParseStream) -> Result<Self> {

Callers 5

parse_sets_and_tripleFunction · 0.50
flagsFunction · 0.50
generateMethod · 0.50
defined_typeMethod · 0.50
arbitrary_valFunction · 0.50

Calls

no outgoing calls

Tested by 1

flagsFunction · 0.40