MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / flags

Method flags

crates/fuzzing/src/generators/codegen_settings.rs:37–43  ·  view source on GitHub ↗

Returns the flags used for codegen.

(&self)

Source from the content-addressed store, hash-verified

35
36 /// Returns the flags used for codegen.
37 pub(crate) fn flags(&self) -> &[(String, String)] {
38 if let Self::Target { flags, .. } = self {
39 flags
40 } else {
41 &[]
42 }
43 }
44}
45
46impl<'a> Arbitrary<'a> for CodegenSettings {

Callers 1

codegen_flagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected