MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / clear

Method clear

libcaf_net/caf/net/http/header.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void header::clear() noexcept {
74 fields_.clear();
75 raw_.clear();
76}
77
78// Note: does not take ownership of the data.
79expected<std::string_view> header::parse_fields(std::string_view data) {

Callers 15

abortMethod · 0.45
on_errorMethod · 0.45
~socket_manager_implMethod · 0.45
run_delayed_actionsMethod · 0.45
cleanupMethod · 0.45
apply_updatesMethod · 0.45
header.test.cppFile · 0.45
consumeMethod · 0.45
header.cppFile · 0.45
abortMethod · 0.45
cleanupFunction · 0.45
response_keyMethod · 0.45

Calls

no outgoing calls

Tested by 2

WITH_FIXTUREFunction · 0.36
abortMethod · 0.36