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

Method CompilerConfigure

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

Source from the content-addressed store, hash-verified

33class CompilerConfigure {
34public:
35 CompilerConfigure() noexcept = default;
36 CompilerConfigure(const CompilerConfigure &RHS) noexcept
37 : OptLevel(RHS.OptLevel.load(std::memory_order_relaxed)),
38 OFormat(RHS.OFormat.load(std::memory_order_relaxed)),

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected