MCPcopy Create free account
hub / github.com/bitdriftlabs/pulse / add_failure_response_code

Method add_failure_response_code

pulse-proxy/src/test/integration/mod.rs:425–427  ·  view source on GitHub ↗
(&self, status_code: StatusCode)

Source from the content-addressed store, hash-verified

423 }
424
425 pub fn add_failure_response_code(&self, status_code: StatusCode) {
426 self.state.failure_response_codes.lock().push(status_code);
427 }
428
429 pub async fn new_otlp(name: &str, bind_resolver: Arc<dyn BindResolver>) -> Self {
430 Self::new(name, bind_resolver, move |headers, body| {

Callers 1

lyft_remote_writeFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected