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

Function IsSimpleCollation

pg_documentdb_core/include/collation/collation.h:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52static inline bool
53IsSimpleCollation(const char *collationString)
54{
55 return strncmp(collationString, "simple", 6) == 0;
56}
57
58
59#endif

Callers 2

CompareStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected