MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / debug

Method debug

core/predictor/framework/service.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203int InferService::debug(const google::protobuf::Message* request,
204 google::protobuf::Message* response,
205 const uint64_t log_id,
206 butil::IOBufBuilder* debug_os) {
207 return inference(request, response, log_id, debug_os);
208}
209
210int InferService::execute_one_workflow(uint32_t index,
211 const google::protobuf::Message* request,

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected