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

Function isOrgOwner

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

Source from the content-addressed store, hash-verified

208 return {
209 synced: 0,
210 errors: 0,
211 skipped: 0,
212 authInvalid: 0,
213 authInvalidRepos: [],
214 reauthRequired: false,
215 staleRepos: [],
216 exhaustedBudget: false,
217 remainingRepoCount: 0,

Callers 13

ownerFilterFunction · 0.85
integrationOwnerFilterFunction · 0.85
analysisOwnerStateFilterFunction · 0.85
findingOwnerPredicateFunction · 0.85
getOwnerConfigFunction · 0.85
upsertSecurityFindingFunction · 0.85
ownerAuditKeyPartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected