MCPcopy Create free account
hub / github.com/Leopard2A5/fhttp / is_empty

Method is_empty

fhttp-core/src/preprocessing/request_preprocessor.rs:32–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn is_empty(&self) -> bool {
33 self.requests.is_empty()
34 }
35
36 pub fn notify_response(&mut self, path: &CanonicalizedPathBuf, response: &str) {
37 self.response_data.store(path.clone(), response);

Callers 8

escape_backslashesFunction · 0.80
replace_env_varsFunction · 0.80
replace_uuidsFunction · 0.80
replace_random_intsFunction · 0.80
curlMethod · 0.80
do_itFunction · 0.80
validate_and_parse_filesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected