Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ NotifyHasArrayAncestors
Function
NotifyHasArrayAncestors
pg_documentdb/src/opclass/bson_gin_core.c:1386–1391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1384
1385
1386
static void
1387
NotifyHasArrayAncestors(GenerateTermsContext *context, int pathIndex)
1388
{
1389
context->getPathDataFunc(context->pathDataState,
1390
pathIndex)->hasArrayAncestors = true;
1391
}
1392
1393
1394
static void
Callers
1
GenerateTermPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected