MCPcopy Create free account

hub / github.com/coordinape/coordinape / functions

Functions2,579 in github.com/coordinape/coordinape

↓ 2 callersFunctionepochActivityExists
( epoch_id: number, action: string )
_api/hasura/cron/epochs.ts:1055
↓ 2 callersFunctionextraProfile
({ users, ...profile }: IApiProfile)
src/utils/modelExtenders.ts:70
↓ 2 callersFunctionfakeProfile
()
scripts/db_seed_random.ts:250
↓ 2 callersFunctionfetchAndVerifyContribution
({ res, id, profileId, operationName, }: { res: VercelResponse; id: number; profileId: number;
api-lib/contributions.ts:6
↓ 2 callersFunctionfetchCastByHashOrWarpcastUrl
(hash_or_url: string)
api-lib/neynar.ts:160
↓ 2 callersFunctionfetchCasts
(cast_ids: number[])
src/features/activities/cast.tsx:6
↓ 2 callersFunctionfetchCastsForChannel
( channelIds: string[], withinSeconds?: number, limit: number = 50 )
api-lib/neynar.ts:29
↓ 2 callersFunctionfetchContributions
({ url, label, }: { url: RequestInfo; label: string; })
src/hooks/useContributions.ts:72
↓ 2 callersFunctionfetchSkills
()
src/components/SkillComboBox/SkillComboBox.tsx:20
↓ 2 callersFunctionfindOrCreateProfileByUsername
(username: string)
api-lib/neynar/findOrCreate.ts:45
↓ 2 callersFunctionflattenZeusError
(gqle: GQLError)
src/common-lib/errorHandling.ts:56
↓ 2 callersFunctionformat
(fee: bigint)
src/features/DecentSwap/formatFees.ts:10
↓ 2 callersFunctionformatFees
( appFee: bigint, bridgeFee: bigint, srcChain: ChainId )
src/features/DecentSwap/formatFees.ts:4
↓ 2 callersFunctiongenGiveImagePrompt
( skill: string )
api-lib/openai/genGiveImagePrompt.ts:4
↓ 2 callersFunctiongenHmac
(profileId: string, activityId: string)
api-lib/colinks/share.ts:36
↓ 2 callersFunctiongenHmac
(profileId: string, email: string, emailType: string)
api-lib/email/unsubscribe.ts:67
↓ 2 callersFunctiongenParamsObj
(obj = {})
src/features/cosoul/art/mainparams.js:83
↓ 2 callersFunctiongenPgives
( circleIds: number[], startFrom: DateTime, endTo: DateTime )
api-lib/pgives.ts:29
↓ 2 callersFunctiongenToken
(profileId: string, activityId: string)
api-lib/colinks/share.ts:8
↓ 2 callersFunctiongenerateDecentAmountInParams
({ dstToken, srcAmount, srcToken, connectedAddress, toAddress, }: { dstToken: TokenInfo; srcAmou
src/features/DecentSwap/generateDecentParams.ts:5
↓ 2 callersFunctiongenerateDecentAmountOutParams
({ dstToken, dstAmount, srcToken, connectedAddress, toAddress, }: { dstToken: TokenInfo; dstAmou
src/features/DecentSwap/generateDecentParams.ts:44
↓ 2 callersFunctiongenerateMessage
({ address, time = Date.now(), nonce, chainId = 1, }: { address: string; time?: number; nonce?:
src/features/auth/login.ts:8
↓ 2 callersFunctiongetBigQuestionInfo
(id: string)
_api/og/getBigQuestionInfo.ts:3
↓ 2 callersFunctiongetChannels
(props: GetChannelsProps)
api-lib/handleOptOutMsg.ts:23
↓ 2 callersFunctiongetCoLinksContract
()
src/features/colinks/api/colinks.ts:7
↓ 2 callersFunctiongetCoLinksContractWithWallet
(walletClient: WalletClient)
src/utils/viem/contracts.ts:29
↓ 2 callersFunctiongetContributionsForEpoch
({ circleId, start_date, end_date, userId, }: { circleId: number; userId: number; start_date: Da
src/pages/GiftCircleGivePage/queries.ts:36
↓ 2 callersFunctiongetDust
(total: BigNumber, balances: Balance[])
src/lib/merkle-distributor/index.ts:89
↓ 2 callersFunctiongetEdgeMeasure
(edge: IMapEdgeFG)
src/features/map/state.ts:735
↓ 2 callersFunctiongetEpoch
(epochs: LinkedElement<Epoch>[], dateTime: string)
src/pages/ContributionsPage/util.tsx:99
↓ 2 callersFunctiongetExistingEpoch
({ circle_id, id, }: z.infer<typeof EpochEndSchema>)
_api/hasura/actions/_handlers/endEpoch.ts:49
↓ 2 callersFunctiongetFramePostInfo
(req: VercelRequest)
api-lib/frames/_getFramePostInfo.tsx:10
↓ 2 callersFunctiongetGiveWeight
({ profileId, total_score, }: { profileId: number; total_score: number | undefined; })
api-lib/give.ts:12
↓ 2 callersFunctiongetLinkHolders
()
api-test/webhooks/alchemy_link_tx.test.ts:92
↓ 2 callersFunctiongetLocalCast
(full_hash_or_cast_id: number | string)
api-lib/farcaster/backfillCastActivity.ts:89
↓ 2 callersFunctiongetMagic
()
src/features/auth/magic.tsx:43
↓ 2 callersFunctiongetMintInfo
(txHash: string, chainId: number)
src/features/cosoul/api/cosoul.ts:37
↓ 2 callersFunctiongetMintInfoFromReceipt
(receipt: TransactionReceipt)
api-lib/viem/contracts.ts:90
↓ 2 callersFunctiongetNewContribution
(userId: number, nextContribution)
src/pages/ContributionsPage/util.tsx:23
↓ 2 callersFunctiongetNextRepeatingDates
( data: Pick< epochFormSchema, | 'repeat' | 'custom_start_date' | 'custom_duration_qty'
src/pages/HistoryPage/EpochForm.tsx:1176
↓ 2 callersFunctiongetOptMagic
()
src/features/auth/magic.tsx:61
↓ 2 callersFunctiongetOrgAndProfile
(user_id: number, circle_id: number)
api-lib/event_triggers/activity/index.ts:112
↓ 2 callersFunctiongetOrgData
(orgId: number, profileId: number)
src/features/orgs/getOrgData.ts:4
↓ 2 callersFunctiongetOrgMembersPageData
(orgId: number)
src/features/orgs/getOrgMembersData.ts:5
↓ 2 callersFunctiongetOverlapIssue
({ start_date, end_date, ...formData }: Omit<epochFormSchema, 'start_date' | 'end_date'> & {
src/pages/HistoryPage/EpochForm.tsx:204
↓ 2 callersFunctiongetOverlappingEpoch
( start_date: DateTime, end_date: DateTime, circle_id: number, ignore_epoch_id?: number )
api-lib/gql/queries.ts:418
↓ 2 callersFunctiongetPayload
(pGIVE: number, tokenId: number)
hardhat/test/01-cosoul/00-cosoul.ts:32
↓ 2 callersFunctiongetPostInfo
(id: string)
_api/og/getPostInfo.ts:5
↓ 2 callersFunctiongetProfileInfo
(address: string)
_api/og/getProfileInfo.ts:3
↓ 2 callersFunctiongetUserClaimedFixedPaymentAmt
({ decimals, fixedGifts, address, }: { decimals: number; fixedGifts?: Record<string, string>; addr
src/common-lib/distributions.ts:3
↓ 2 callersFunctiongetUserFromAddress
(address: string, circleId: number)
api-lib/findUser.ts:81
↓ 2 callersFunctiongetUserOrAdminSessionInput
( req: VercelRequest, schema: InputSchema<T> )
api-lib/handlerHelpers.ts:55
↓ 2 callersFunctiongetUserOrApiSessionInput
( req: VercelRequest, schema: InputSchema<T>, apiPermissions: ApiPermissions )
api-lib/handlerHelpers.ts:86
↓ 2 callersFunctiongetUserSessionInput
( req: VercelRequest, schema: InputSchema<T> )
api-lib/handlerHelpers.ts:16
↓ 2 callersFunctiongetUsersFromUserIds
( userIds: number[], circleId: number )
api-lib/findUser.ts:107
↓ 2 callersFunctiongiftCompareKey
(g: TGiftCommon)
scripts/db_seed_random.ts:345
↓ 2 callersFunctiongiversToMint
(who: 'giver' | 'receiver')
_api/hasura/cron/cosoulMinter.ts:94
↓ 2 callersFunctiongroupAndSortGive
(gives: Gives)
src/features/points/PostGives.tsx:209
↓ 2 callersFunctionguiSubFolder
(gui, obj, ctl)
src/features/cosoul/art/lib/glview.js:263
↓ 2 callersFunctionhandleDelete
( newRow: EventTriggerPayload<'replies', 'DELETE'>['event']['data']['old'], res: VercelResponse )
api-lib/event_triggers/createNotificationReplies.ts:85
↓ 2 callersFunctionhandleDelete
( newRow: EventTriggerPayload< 'contributions', 'DELETE' >['event']['data']['old'], res: VercelR
api-lib/event_triggers/createNotificationPosts.ts:130
↓ 2 callersFunctionhandleFiles
(fl: FileList)
src/components/DragFileUpload.tsx:58
↓ 2 callersFunctionhandleFiles
(fl: FileList)
src/features/colinks/PostForm.tsx:109
↓ 2 callersFunctionhandleSearch
()
src/pages/colinks/SearchCastsPage.tsx:61
↓ 2 callersFunctionhandler
(req: VercelRequest, res: VercelResponse)
_api/farcaster/casts/hashes.ts:13
↓ 2 callersFunctionhandlerFromGetter
(get: (p: P) => string)
src/hooks/useNavigation.ts:32
↓ 2 callersFunctionhlsaStr
(h, s, l, a)
src/features/cosoul/art/lib/lineview.js:85
↓ 2 callersFunctionhostname
()
src/utils/domain.ts:3
↓ 2 callersFunctioninequality
(average: number, parentCount: number, skew: number)
scripts/db_seed_random.ts:211
↓ 2 callersFunctioninit
()
scripts/ai.ts:20
↓ 2 callersFunctioninit
()
scripts/repl/org_membership.ts:9
↓ 2 callersFunctioninline
(px, py, ax, ay, bx, by, e)
src/features/cosoul/art/lib/render.js:134
↓ 2 callersFunctioninsertCastActivity
(input: CastActivityInput)
api-lib/event_triggers/activity/index.ts:183
↓ 2 callersFunctioninsertCoLinksGive
( giver_profile: any, receiver_profile: any, hash: string, skill?: string )
api-lib/insertCoLinksGive.ts:88
↓ 2 callersFunctioninsertEmail
(profileId: number, email: string)
_api/hasura/actions/_handlers/addEmail.ts:67
↓ 2 callersFunctioninsertInteractionEvent
({ profileId, verifiedEmail, email, hostname, }: { profileId: number; verifiedEmail: boolean; em
_api/hasura/actions/_handlers/requestInviteCode.ts:85
↓ 2 callersFunctioninsertInviteJoinedNotification
( inviteeId: number, inviterId: number, profileId: number, created_at: string )
api-lib/event_triggers/linkTxNotification.ts:41
↓ 2 callersFunctioninsertOrgMemberIdempotent
(id: number)
api-lib/event_triggers/insertOrgMember.ts:32
↓ 2 callersFunctioninterpret
()
src/features/cosoul/art/lib/dat.gui.module.min.js:341
↓ 2 callersFunctionisBotOrAgent
(profileId: number)
api-lib/give.ts:25
↓ 2 callersFunctionisCircleAdmin
(member: QueryMember)
src/features/orgs/OrgMembersTable.tsx:71
↓ 2 callersFunctionisCoLinksRequest
(req: VercelRequest)
api-lib/colinks/hostname.ts:5
↓ 2 callersFunctionisEgoNeighbor
( node: IMapNodeFG, direction: TDirection = 'both' )
src/features/map/state.ts:678
↓ 2 callersFunctionisEmailType
(emailType: EmailType)
api-lib/email/unsubscribe.ts:13
↓ 2 callersFunctionisEpochCurrent
(epoch: LinkedElement<Epoch>)
src/pages/ContributionsPage/util.tsx:75
↓ 2 callersFunctionisEpochInFuture
(epoch: LinkedElement<Epoch>)
src/pages/ContributionsPage/util.tsx:78
↓ 2 callersFunctionisErrorWarrantingLogout
(error: any)
src/features/auth/useLogout.ts:36
↓ 2 callersFunctionisGivingTo
(sAddress: string, oAddress: string)
src/features/map/state.ts:642
↓ 2 callersFunctionisMemberInCircle
(member: QueryMember)
src/pages/AddMembersPage/AddOrgMembersTable.tsx:197
↓ 2 callersFunctionisMintingDone
(address: string)
api-lib/frames/MintWaitingFrame.tsx:77
↓ 2 callersFunctionisNeighbor
( self: string, node: IMapNodeFG, direction: TDirection = 'both' )
src/features/map/state.ts:660
↓ 2 callersFunctionisOrgAdmin
(orgId: number, profileId: number)
api-lib/findUser.ts:25
↓ 2 callersFunctionisReceivingFrom
(sAddress: string, oAddress: string)
src/features/map/state.ts:651
↓ 2 callersFunctionisUserMember
(user?: { role?: number })
src/lib/users.ts:17
↓ 2 callersFunctionisValidSignature
( req: VercelRequest, // must be VercelRequest object, we then properly parse the buffer into a raw string b
api-lib/alchemySignature.ts:7
↓ 2 callersFunctionisValidSignatureWithBody
( body: string, signature: string, signingKey: string )
api-lib/alchemySignature.ts:22
↓ 2 callersFunctionisValidThemePreference
( theme: string | null )
src/features/theming/storage.ts:3
↓ 2 callersFunctionjumpToEpoch
( epoch: LinkedElement<Epoch>, dateTime: string )
src/pages/ContributionsPage/util.tsx:113
↓ 2 callersFunctionline
(ctx, w, h, ax, ay, bx, by)
src/features/cosoul/art/lib/render.js:262
↓ 2 callersFunctionline
(ctx, w, h, ax, ay, bx, by)
src/features/cosoul/art/programs/l_module.js:187
← previousnext →401–500 of 2,579, ranked by callers