MCPcopy Create free account
hub / github.com/MITK/MITK / WILDCARD

Function WILDCARD

Modules/CppMicroServices/src/usLDAPExpr.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace LDAPExprConstants {
30
31static LDAPExpr::Byte WILDCARD()
32{
33 static LDAPExpr::Byte b = std::numeric_limits<LDAPExpr::Byte>::max();
34 return b;
35}
36
37static const std::string& WILDCARD_STRING()
38{

Callers 6

usLDAPExpr.cppFile · 0.85
IsSimpleMethod · 0.85
PatSubstrMethod · 0.85
ToStringMethod · 0.85
getAttributeValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected