MCPcopy Create free account
hub / github.com/tinyplex/tinybase / includeContentSubId

Function includeContentSubId

src/persisters/common/database/commands.ts:107–108  ·  view source on GitHub ↗
(contentSubId: Id)

Source from the content-addressed store, hash-verified

105 ? undefined
106 : setNew(contentSubIds);
107 const includeContentSubId = (contentSubId: Id): boolean =>
108 isUndefined(contentSubIdSet) || collHas(contentSubIdSet, contentSubId);
109 return canSelect(tableName, rowIdColumnName)
110 ? objNew(
111 arrayFilter(

Callers 2

loadTableFunction · 0.85
saveTableFunction · 0.85

Calls 2

isUndefinedFunction · 0.90
collHasFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…