MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / send_error

Method send_error

smallthinker/tools/server/server.cpp:2433–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2431 }
2432
2433 void send_error(const server_task & task, const std::string & error, const enum error_type type = ERROR_TYPE_SERVER) {
2434 send_error(task.id, error, type);
2435 }
2436
2437 void send_error(const server_slot & slot, const std::string & error, const enum error_type type = ERROR_TYPE_SERVER) {
2438 send_error(slot.id_task, error, type);

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected