MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / ownerAuditKeyPart

Function ownerAuditKeyPart

services/security-sync/src/sync.ts:905–907  ·  view source on GitHub ↗
(owner: SecurityReviewOwner)

Source from the content-addressed store, hash-verified

903 ${sql.identifier(security_findings.updated_at.name)} = now()
904 WHERE EXISTS (SELECT 1 FROM existing_match) AND ${materialChangePredicate}
905 RETURNING
906 ${security_findings.id} AS id,
907 (xmax = 0) AS was_inserted,
908 ${security_findings.owned_by_user_id} AS owned_by_user_id,
909 ${security_findings.owned_by_organization_id} AS owned_by_organization_id,
910 ${security_findings.source} AS source,

Callers 2

Calls 1

isOrgOwnerFunction · 0.85

Tested by

no test coverage detected