↓ 1,267 callersFunctionsendError(
reply: FastifyReply,
statusCode: number,
code: string,
message: string,
detail?: string,
)
backend/src/api/errors.ts:11
↓ 57 callersFunctioninsertEchoAudit(
pool: pg.Pool,
serverId: string,
actorId: string,
action: string,
targetType: string,
targetId:
backend/src/domain/echoStore/auditLog.ts:4
↓ 27 callersMethoddispatch(
roomId: string,
userId: string,
type: string,
payload: unknown,
now: number,
)
game-server/src/core/RoomManager.ts:57