MCPcopy Create free account

hub / github.com/connorhpbrn/creed / functions

Functions1,383 in github.com/connorhpbrn/creed

↓ 2 callersFunctionorderedSectionIds
The visible section ids in display order (used to renumber on create/move).
lib/company-sections.ts:294
↓ 2 callersFunctionparagraphContent
(text: string)
lib/onboarding/compile-company.ts:101
↓ 2 callersFunctionparseOverallQualitative
(value: unknown)
lib/ai/quality.ts:333
↓ 2 callersFunctionpermissionIsReadable
(permission: AgentPermission)
lib/creed-data.ts:77
↓ 2 callersFunctionpersist
()
components/creed/theme-provider.tsx:48
↓ 2 callersFunctionpersistQualityReport
({ userId, creedId, mergeShared = false, reportWithHashes, contentHash, sectionHashes, modelId,
lib/ai/quality.ts:618
↓ 2 callersFunctionpossessive
(name: string)
lib/creed-attribution.ts:30
↓ 2 callersFunctionproposal
( id: string, sectionId: string, sectionName: string, accent: AccentKey, agentName: string, reason
components/marketing/creed-app-demo.tsx:173
↓ 2 callersFunctionprovisionCompanyFromSession
( session: Stripe.Checkout.Session )
lib/company-billing.ts:105
↓ 2 callersFunctionpushGitHubFile
(args: { accessToken: string; owner: string; repo: string; branch: string; path: string; message:
lib/github.ts:287
↓ 2 callersFunctionput
(baseRevision: number)
components/creed/creed-provider.tsx:522
↓ 2 callersFunctionqualitySubject
(scope: QualityScope)
lib/ai/quality-rubric.ts:96
↓ 2 callersFunctionreadCompanyPublicAiSettings
(creedId: string)
lib/ai/persistence.ts:104
↓ 2 callersFunctionreadCompanyVersionControl
( creedId: string )
lib/company-version-control.ts:28
↓ 2 callersFunctionreadGitHubIntegration
(client: unknown, userId: string)
lib/creed-backend.ts:444
↓ 2 callersFunctionreadGithubIntegrationRow
( client: SupabaseLikeClient, userId: string, )
lib/creed-backend.ts:396
↓ 2 callersFunctionreadInterval
(subscription: Stripe.Subscription)
lib/stripe.ts:518
↓ 2 callersFunctionreadPeriodEnd
(subscription: Stripe.Subscription)
lib/company-billing.ts:71
↓ 2 callersFunctionreadPeriodEnd
(subscription: Stripe.Subscription)
lib/stripe.ts:504
↓ 2 callersFunctionreadVersionControlConfig
( client: unknown, userId: string, )
lib/creed-backend.ts:448
↓ 2 callersFunctionreadVersionControlRow
( client: SupabaseLikeClient, userId: string, )
lib/creed-backend.ts:412
↓ 2 callersFunctionredirectWith
(redirectUri: string, params: Record<string, string>)
app/authorize/decision/route.ts:24
↓ 2 callersFunctionrefresh
(userId: string | null)
components/marketing/use-onboarding-resume.ts:30
↓ 2 callersFunctionrefresh
(userId: string | null)
components/marketing/use-paid-status.ts:68
↓ 2 callersFunctionrefreshCompanyToken
( creedId: string, integration: CompanyGitHubIntegration )
lib/company-github.ts:150
↓ 2 callersFunctionrefreshGitHubAccessToken
( refreshToken: string, credentials?: GitHubOAuthCredentials )
lib/github.ts:339
↓ 2 callersFunctionrefreshGitHubIntegrationIfPossible
( supabase: Awaited<ReturnType<typeof createSupabaseServerClient>>, userId: string, integration: NonNull
lib/github-version-control.ts:75
↓ 2 callersFunctionremove
(id: string)
components/marketing/governed-demos.tsx:194
↓ 2 callersFunctionremoveChip
(target: string)
components/creed/extensions/chip-row.tsx:89
↓ 2 callersFunctionremoveProposalLocal
(proposalId: string)
components/creed/creed-provider.tsx:1315
↓ 2 callersFunctionrenameSection
(sectionId: string, name: string)
components/creed/creed-provider.tsx:1093
↓ 2 callersFunctionrenderCompanyInviteEmail
(input: CompanyInviteEmailInput)
lib/email-templates/company-invite.ts:20
↓ 2 callersFunctionrenumberSections
Rewrite every listed section's position to its index (0..N-1).
lib/company-sections.ts:308
↓ 2 callersFunctionreplaceInContentHtml
( content: string, term: string, replacement: string, occurrence: number | "all" )
components/creed/find-replace.tsx:117
↓ 2 callersFunctionresolveAllowance
(userId: string)
lib/ai/credits.ts:256
↓ 2 callersFunctionresolveCompanyAllowance
(creedId: string)
lib/ai/credits.ts:518
↓ 2 callersFunctionresolveCreedId
(inviteId: string)
app/api/app/company/invites/[id]/route.ts:13
↓ 2 callersFunctionresolveMcpAgentName
( request: JsonRpcRequest, args: Record<string, unknown> | undefined, authenticatedClientName: string |
app/mcp/route.ts:535
↓ 2 callersFunctionresolvePriceId
(plan: CreedPlan, cadence: PurchaseCadence)
lib/stripe.ts:111
↓ 2 callersFunctionresolveSectionAccent
( summarySection: { id: string; name: string; accent: AccentKey }, sections: CreedSection[], )
components/creed/file-screen.tsx:299
↓ 2 callersFunctionresolveSectionFromLooseArgs
( state: CreedState, args: Record<string, unknown> )
app/mcp/route.ts:1249
↓ 2 callersFunctionresolveTokenRow
(row: TokenRow)
lib/creed-backend.ts:601
↓ 2 callersFunctionreveal
(node: ReactNode, anim: Anim, key: string | number)
components/creed/rich-answer.tsx:27
↓ 2 callersFunctionreveal
(from: number)
components/marketing/how-creed-works-demos.tsx:211
↓ 2 callersFunctionrowToEntitlement
(row: EntitlementRow)
lib/stripe.ts:260
↓ 2 callersFunctionrunCompanySectionCreate
(section: CreedSection, afterSectionId?: string)
components/creed/creed-provider.tsx:453
↓ 2 callersFunctionsanitizeNextPath
(next: string | string[] | undefined | null)
lib/safe-next.ts:4
↓ 2 callersFunctionsaveVersionControl
(patch: { repoOwner?: string; repoName?: string; branch?: string; })
components/creed/company-settings.tsx:692
↓ 2 callersFunctionscrollToExample
(id: string)
components/marketing/examples-page-view.tsx:545
↓ 2 callersFunctionscrollToSection
(sectionId: string)
components/marketing/docs-page-view.tsx:875
↓ 2 callersFunctionseatCadence
( billingMode: "subscription" | "lifetime", interval: "month" | "year" | null, )
lib/seat-config.ts:30
↓ 2 callersFunctionsectionBodyMarkdown
(section: CreedSection)
lib/creed-data.ts:1349
↓ 2 callersFunctionsendEmail
(input: SendEmailInput)
lib/email.ts:20
↓ 2 callersFunctionsetBaselineReport
(next: CreedQualityReport | null)
lib/ai/quality-runner.ts:120
↓ 2 callersFunctionsetCompanySectionArchived
(params: { creedId: string; user: User; sectionId: string; archived: boolean; })
lib/company-sections.ts:1177
↓ 2 callersFunctionshouldShowWelcome
( paidAt: string | null, welcomedAt: string | null )
lib/stripe.ts:359
↓ 2 callersFunctionsignOut
()
components/creed/creed-provider.tsx:1876
↓ 2 callersFunctionspawn
(x: number, baseAngle: number)
lib/confetti.ts:163
↓ 2 callersFunctionsplitPreservingLigatures
(text: string)
lib/landing-text.ts:6
↓ 2 callersFunctionsubmit
()
components/creed/feedback-menu.tsx:75
↓ 2 callersFunctionsuperseded
()
lib/panel/agent-runner.ts:132
↓ 2 callersFunctionsyncSharedReport
()
components/creed/file-screen.tsx:1227
↓ 2 callersFunctiontargetIdOf
(element: HTMLElement)
components/creed/file-screen.tsx:1756
↓ 2 callersFunctiontextToolResult
(value: string)
app/mcp/route.ts:460
↓ 2 callersFunctiontoHtml
(content: string)
lib/panel/agent-execute.ts:432
↓ 2 callersFunctiontokenResponse
(tokens: IssuedTokens)
app/token/route.ts:40
↓ 2 callersFunctiontrigger
(refs: { lock: typeof mobileLockRef; open: typeof mobileOpenRef; })
components/creed/file-screen.tsx:3491
↓ 2 callersFunctionunauthorized
()
app/mcp/route.ts:2092
↓ 2 callersFunctionunixToIso
(seconds: number | null | undefined)
lib/company-billing.ts:66
↓ 2 callersFunctionunixToIso
(seconds: number | null | undefined)
lib/stripe.ts:496
↓ 2 callersFunctionupsertEntitlementFromSession
( session: Stripe.Checkout.Session )
lib/stripe.ts:539
↓ 2 callersFunctionuseBillingSummary
()
components/marketing/pricing-page-view.tsx:563
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:27
↓ 2 callersFunctionuseHoverPopover
()
components/creed/file-quality-ui.tsx:26
↓ 2 callersFunctionuseIsMobile
()
components/creed/file-quality-ui.tsx:11
↓ 2 callersFunctionuseOAuthSignIn
(configured: boolean = true, redirectTo?: string)
components/auth/use-oauth-sign-in.ts:30
↓ 2 callersFunctionuseOnboardingResume
(configured: boolean = true)
components/marketing/use-onboarding-resume.ts:17
↓ 2 callersFunctionuseOpenSections
(initialOpen: string[], maxOpen = 3)
components/marketing/use-open-sections.ts:9
↓ 2 callersFunctionusePaidStatus
(configured: boolean = true)
components/marketing/use-paid-status.ts:51
↓ 2 callersFunctionuseStripeCheckout
()
components/marketing/use-stripe-checkout.ts:17
↓ 2 callersFunctionuseTheme
()
components/creed/theme-provider.tsx:118
↓ 2 callersFunctionwalkTextMatches
( root: Node, term: string, onMatch: (node: Text, start: number) => void )
components/creed/find-replace.tsx:75
↓ 2 callersFunctionwasDirect
(id: string)
lib/panel/agent-execute.ts:108
↓ 2 callersFunctionwebPageSchema
({ path, name, description, }: { path: string; name: string; description: string; })
lib/seo/structured-data.ts:127
↓ 2 callersFunctionwebsiteId
()
lib/seo/structured-data.ts:28
↓ 2 callersFunctionwithNext
(href: string)
components/auth/auth-screen.tsx:97
↓ 2 callersFunctionwithTimeout
(promise: PromiseLike<T>, ms: number)
app/api/health/route.ts:191
↓ 2 callersFunctionwriteCachedBillingSummary
(summary: CachedBillingSummary | null)
components/marketing/pricing-page-view.tsx:549
↓ 2 callersFunctionwriteVersion
(params: { creedId: string; sectionId: string; revision: number; name: string; accent: string; con
lib/company-sections.ts:157
↓ 1 callersFunctionacceptInvite
(token: string, user: User)
lib/company-invites.ts:287
↓ 1 callersFunctionacceptProposals
(proposalIds: string[])
components/creed/creed-provider.tsx:1511
↓ 1 callersFunctionadmin
()
app/api/app/company/onboarding/route.ts:28
↓ 1 callersFunctionadmin
()
app/api/app/company/agent-permissions/route.ts:16
↓ 1 callersFunctionadmin
()
app/api/app/company/version-control/route.ts:14
↓ 1 callersFunctionadvance
()
components/marketing/how-it-works-demos.tsx:41
↓ 1 callersFunctionagentForActor
(actor: string)
lib/mcp-health.ts:185
↓ 1 callersFunctionanalyzeCreedQuality
({ client, userId, creedId, companyId, allowedTargetIds, sections: allSections, force = false,
lib/ai/quality.ts:691
↓ 1 callersFunctionapplyDirectEdit
( sections: CreedSection[], section: CreedSection, action: AgentAction, activityLog: ActivityEntry[] )
lib/panel/agent-execute.ts:363
↓ 1 callersFunctionapplyInlineEmphasis
(escapedText: string)
lib/rich-text.ts:29
↓ 1 callersFunctionapplyInlineTagMarks
(escapedText: string)
lib/rich-text.ts:19
← previousnext →401–500 of 1,383, ranked by callers