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

Method error

plugins/experimental/wasm/ats_wasm.cc:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void
37ATSWasmVmIntegration::error(std::string_view message)
38{
39 TSError("%.*s", static_cast<int>(message.size()), message.data());
40}
41
42void
43ATSWasmVmIntegration::trace(std::string_view message)

Callers 4

parse_jsonFunction · 0.45
DebugMsgFunction · 0.45
render_transientMethod · 0.45

Calls 3

TSErrorFunction · 0.50
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected