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

Method getSharedData

plugins/experimental/wasm/ats_context.cc:1504–1508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504WasmResult
1505Context::getSharedData(std::string_view key, std::pair<std::string, uint32_t> *data)
1506{
1507 return proxy_wasm::getGlobalSharedData().get(wasm_->vm_id(), key, data);
1508}
1509
1510// Header/Trailer/Metadata Maps
1511WasmResult

Callers

nothing calls this directly

Calls 2

vm_idMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected