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

Method add

test/externref/ExternrefTest.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141class AddClass {
142public:
143 uint32_t add(uint32_t A, uint32_t B) const { return A + B; }
144};
145
146// Test: functor passed as a reference.

Callers 1

ExternClassAddFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected