↓ 14 callersFunctionrow(
paperBlockId: string,
authorId: string,
top: number,
height = 24,
coAuthorIds?: string[],
)
frontend/src/features/paper/composables/computePaperAuthorSegments.test.ts:5
↓ 13 callersFunctionapplyPaperAttributionStamp(
previousDoc: Record<string, unknown> | null,
incomingDoc: Record<string, unknown>,
userId: string,
)
backend/src/domain/paperAttribution.ts:138
↓ 13 callersFunctionpatchEchoChannel(
pool: pg.Pool,
serverId: string,
actorId: string,
channelId: string,
patch: PatchEchoChannelInput,
backend/src/domain/echoStore/permissionOverwrites.ts:510
↓ 12 callersFunctionassignEchoMemberRole(
pool: pg.Pool,
serverId: string,
actorId: string,
targetUserId: string,
roleId: string,
)
backend/src/domain/echoStore/roles.ts:984
↓ 12 callersFunctionsend(
ws: WebSocket,
op: number,
d: unknown,
t?: string,
s?: number,
)
backend/src/api/routes/discordApi/gateway/index.ts:47