MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setOutputFormat

Method setOutputFormat

include/common/configure.h:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 Wasm,
73 };
74 void setOutputFormat(OutputFormat Format) noexcept {
75 OFormat.store(Format, std::memory_order_relaxed);
76 }
77 OutputFormat getOutputFormat() const noexcept {
78 return OFormat.load(std::memory_order_relaxed);
79 }

Callers 5

CompilerFunction · 0.80
compileMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

compileMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64