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

Method get

include/loader/shared_library.h:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 template <typename T> Symbol<T> get(const char *Name) {
105 return createSymbol<T>(reinterpret_cast<T *>(getSymbolAddr(Name)));
106 }
107
108private:
109 void *getSymbolAddr(const char *Name) const noexcept;

Callers 1

getWasmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected