Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ nocase
Class
nocase
include/tscore/Hash.h:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
};
43
44
struct nocase {
45
uint8_t
46
operator()(uint8_t byte) const
47
{
48
return toupper(byte);
49
}
50
};
51
52
virtual const void *get() const = 0;
53
virtual size_t size() const = 0;
Callers
2
hdrtoken_hash
Function · 0.85
makeHostHash
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected