findByContext

open fun findByContext(contextId: String): List<ProjectionRecord>

Find all records for propositions in a given context. Used to scope projection-health summaries so one context never sees another's lineage.

Return

records whose ProjectionRecord.contextId matches

Parameters

contextId

The context the projected propositions belong to