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

Method secretsManagerInvalidate

plugins/wasi_crypto/common/ctx.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79WasiCryptoExpect<void>
80Context::secretsManagerInvalidate(__wasi_secrets_manager_t, Span<const uint8_t>,
81 __wasi_version_t) noexcept {
82 return WasiCryptoUnexpect(__WASI_CRYPTO_ERRNO_NOT_IMPLEMENTED);
83}
84
85} // namespace WasiCrypto
86} // namespace Host

Callers 1

bodyMethod · 0.45

Calls 1

WasiCryptoUnexpectFunction · 0.85

Tested by

no test coverage detected