MCPcopy Create free account
hub / github.com/documentdb/documentdb / IsCollationValid

Function IsCollationValid

pg_documentdb_core/include/collation/collation.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 char *collationStr);
29
30static inline bool
31IsCollationValid(const char *collationString)
32{
33 return collationString != NULL && strlen(collationString) > 2;
34}
35
36
37static inline bool

Callers 14

CompareStringsFunction · 0.85
IsCollationApplicableFunction · 0.85
GenerateIndexExprStrFunction · 0.85
ParseComparisonOperatorFunction · 0.85
bson_dollar_rangeFunction · 0.85
CreateSinglePathOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected