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

Method exitComponent

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

Source from the content-addressed store, hash-verified

103 }
104
105 void exitComponent() noexcept {
106 assuming(!CompCtxs.empty());
107 CompCtxs.pop_back();
108 }
109
110 /// Returns true if the current scope is a type definition scope
111 /// (componenttype or instancetype), not a real component scope.

Callers 2

validateComponentMethod · 0.80
validateMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected