MCPcopy Create free account
hub / github.com/apache/thrift / missing_processor_message

Function missing_processor_message

lib/rs/src/server/multiplexed.rs:176–181  ·  view source on GitHub ↗
(svc_name: Option<&str>)

Source from the content-addressed store, hash-verified

174}
175
176fn missing_processor_message(svc_name: Option<&str>) -> String {
177 match svc_name {
178 Some(name) => format!("no processor found for service {}", name),
179 None => MISSING_SEPARATOR_AND_NO_DEFAULT.to_owned(),
180 }
181}
182
183#[cfg(test)]
184mod tests {

Calls

no outgoing calls