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

Method GetOutput

plugins/wasmedge_ocr/ocr_func.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class GetOutput : public HostFunction<GetOutput> {
24public:
25 GetOutput(OCREnv &HostEnv) : HostFunction(HostEnv) {}
26 Expect<uint32_t> body(const Runtime::CallingFrame &, uint32_t OutBufferPtr,
27 uint32_t OutBufferMaxSize);
28};

Callers 1

bodyImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected