Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static inline bool
53
IsSimpleCollation(const char *collationString)
54
{
55
return strncmp(collationString,
"simple"
, 6) == 0;
56
}
57
58
59
#endif
Callers
2
ParseAndGetCollationString
Function · 0.85
CompareStrings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected