MCPcopy
hub / github.com/inkeep/open-knowledge / contributorCount

Function contributorCount

packages/server/src/contributor-tracker.ts:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164export function contributorCount(): number {
165 return pendingContributors.size;
166}
167
168export function hasContributor(writerId: string): boolean {
169 return pendingContributors.has(writerId);

Calls

no outgoing calls

Tested by 2

waitForContributorCountFunction · 0.72