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

Method RuntimeConfigure

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

Source from the content-addressed store, hash-verified

113class RuntimeConfigure {
114public:
115 RuntimeConfigure() noexcept = default;
116 RuntimeConfigure(const RuntimeConfigure &RHS) noexcept
117 : MaxMemPage(RHS.MaxMemPage.load(std::memory_order_relaxed)),
118 Mode(RHS.Mode.load(std::memory_order_relaxed)),

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected