MCPcopy Create free account
hub / github.com/apache/trafficserver / getSharedDataKeys

Method getSharedDataKeys

plugins/experimental/wasm/lib/src/context.cc:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203WasmResult ContextBase::getSharedDataKeys(std::vector<std::string> *result) {
204 return getGlobalSharedData().keys(wasm_->vm_id(), result);
205}
206
207WasmResult ContextBase::removeSharedDataKey(std::string_view key, uint32_t cas,
208 std::pair<std::string, uint32_t> *result) {

Callers

nothing calls this directly

Calls 2

keysMethod · 0.80
vm_idMethod · 0.80

Tested by

no test coverage detected