Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
class GetOutput : public HostFunction<GetOutput> {
24
public:
25
GetOutput(OCREnv &HostEnv) : HostFunction(HostEnv) {}
26
Expect<uint32_t> body(const Runtime::CallingFrame &, uint32_t OutBufferPtr,
27
uint32_t OutBufferMaxSize);
28
};
Callers
1
bodyImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected