Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
bool Header::hasSameName (const Header& header) const
67
{
68
return hasSameName (header.Name);
69
}
70
71
bool Header::hasSameName (const std::string& name) const
72
{
Callers
3
getHeader
Method · 0.80
appendHeader
Method · 0.80
HeaderCallback
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected