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

Method onQueueReady

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

Source from the content-addressed store, hash-verified

421}
422
423void ContextBase::onQueueReady(uint32_t token) {
424 if (!isFailed() && wasm_->on_queue_ready_) {
425 DeferAfterCallActions actions(this);
426 wasm_->on_queue_ready_(this, id_, token);
427 }
428}
429
430void ContextBase::onGrpcReceiveInitialMetadata(uint32_t token, uint32_t elements) {
431 if (isFailed() || !wasm_->on_grpc_receive_initial_metadata_) {

Callers 1

enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected