MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / process_function_message

Function process_function_message

runners/helpers/ValidateRequest.cpp:1007–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007static td::Status process_function_message(Ctx &ctx) {
1008 TRY_STATUS(ctx.process_obj_field("name", true, process_string));
1009 TRY_STATUS(ctx.process_obj_field("content", true, process_string));
1010 return td::Status::OK();
1011}
1012
1013static td::Status process_message(Ctx &ctx) {
1014 std::string role;

Callers 1

process_messageFunction · 0.85

Calls 1

process_obj_fieldMethod · 0.80

Tested by

no test coverage detected