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

Function has

libcaf_net/caf/net/ssl/tls.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33bool has(tls val, tls vmin, tls vmax) {
34 CAF_ASSERT(val != tls::any);
35 return val >= vmin && (vmax == tls::any || val <= vmax);
36}
37
38} // namespace caf::net::ssl

Callers 1

make_ctxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected