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

Method reset

include/validator/component_context.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 // ==========================================================================
89
90 void reset() noexcept { CompCtxs.clear(); }
91
92 /// Push a new validation scope for a real component.
93 void enterComponent(const AST::Component::Component *C) noexcept {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected