MCPcopy Create free account
hub / github.com/audacity/audacity / hasSameName

Method hasSameName

libraries/lib-network-manager/HeadersList.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64} // namespace common_content_types
65
66bool Header::hasSameName (const Header& header) const
67{
68 return hasSameName (header.Name);
69}
70
71bool Header::hasSameName (const std::string& name) const
72{

Callers 3

getHeaderMethod · 0.80
appendHeaderMethod · 0.80
HeaderCallbackMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected