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

Method configure

plugins/experimental/wasm/lib/src/wasm.cc:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419bool WasmBase::configure(ContextBase *root_context, std::shared_ptr<PluginBase> plugin) {
420 return root_context->onConfigure(std::move(plugin));
421}
422
423ContextBase *WasmBase::start(const std::shared_ptr<PluginBase> &plugin) {
424 auto it = root_contexts_.find(plugin->key());

Callers 3

read_configurationFunction · 0.45
canaryMethod · 0.45

Calls 1

onConfigureMethod · 0.45

Tested by

no test coverage detected