MCPcopy Create free account
hub / github.com/apple/foundationdb / validate

Method validate

fdbrpc/TokenCache.actor.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool TokenCache::validate(TenantNameRef name, StringRef token) {
154 return impl->validate(name, token);
155}
156
157#define TRACE_INVALID_PARSED_TOKEN(reason, token) \
158 TraceEvent(SevWarn, "InvalidToken") \

Callers 4

datacenterDeadFunction · 0.45
canKillProcessesFunction · 0.45
validateAllCombinationsFunction · 0.45

Calls 7

TraceEventClass · 0.85
detailMethod · 0.80
getMethod · 0.65
timerMethod · 0.45
presentMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected