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

Method secretsManagerOpen

plugins/wasi_crypto/common/ctx.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69WasiCryptoExpect<__wasi_secrets_manager_t>
70Context::secretsManagerOpen(__wasi_opt_options_t) noexcept {
71 return WasiCryptoUnexpect(__WASI_CRYPTO_ERRNO_NOT_IMPLEMENTED);
72}
73
74WasiCryptoExpect<void>
75Context::secretsManagerClose(__wasi_secrets_manager_t) noexcept {

Callers 1

bodyMethod · 0.45

Calls 1

WasiCryptoUnexpectFunction · 0.85

Tested by

no test coverage detected