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

Method optionsSetU64

plugins/wasi_crypto/common/ctx.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50WasiCryptoExpect<void> Context::optionsSetU64(__wasi_options_t OptionsHandle,
51 std::string_view Name,
52 uint64_t Value) noexcept {
53 return OptionsManager.get(OptionsHandle)
54 .and_then([Name, Value](auto &&Options) noexcept {
55 return Common::optionsSetU64(Options, Name, Value);
56 });
57}
58
59WasiCryptoExpect<void>
60Context::optionsSetGuestBuffer(__wasi_options_t OptionsHandle,

Callers 1

bodyMethod · 0.45

Calls 2

optionsSetU64Function · 0.85
getMethod · 0.45

Tested by

no test coverage detected