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

Method arrayOutputLen

plugins/wasi_crypto/common/ctx.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace WasiCrypto {
11
12WasiCryptoExpect<size_t>
13Context::arrayOutputLen(__wasi_array_output_t ArrayOutputHandle) noexcept {
14 return ArrayOutputManager.get(ArrayOutputHandle)
15 .map(&Common::ArrayOutput::len);
16}
17
18WasiCryptoExpect<size_t>
19Context::arrayOutputPull(__wasi_array_output_t ArrayOutputHandle,

Callers 1

bodyMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected