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

Method ArrayOutput

plugins/wasi_crypto/common/array_output.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36class ArrayOutput {
37public:
38 ArrayOutput(const ArrayOutput &) noexcept = delete;
39 ArrayOutput &operator=(const ArrayOutput &) noexcept = delete;
40 ArrayOutput &operator=(ArrayOutput &&) noexcept = delete;
41 ArrayOutput(ArrayOutput &&) noexcept = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected