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

Method optionsOpen

plugins/wasi_crypto/common/ctx.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31WasiCryptoExpect<__wasi_options_t>
32Context::optionsOpen(__wasi_algorithm_type_e_t AlgType) noexcept {
33 return OptionsManager.registerManager(Common::optionsOpen(AlgType));
34}
35
36WasiCryptoExpect<void>
37Context::optionsClose(__wasi_options_t OptionsHandle) noexcept {

Callers 1

bodyMethod · 0.45

Calls 2

optionsOpenFunction · 0.85
registerManagerMethod · 0.80

Tested by

no test coverage detected