MCPcopy Create free account

hub / github.com/BillionsBobby/agenttrader-arena / functions

Functions1,026 in github.com/BillionsBobby/agenttrader-arena

↓ 1 callersFunctionensureAuthTables
()
apps/web-new/src/core/auth/db.ts:21
↓ 1 callersFunctionensureDatabaseTables
()
apps/web-new/src/db/store.ts:109
↓ 1 callersFunctionensureLiveSqlTables
(sql: Sql)
apps/web-new/tests/run-live-sql.ts:62
↓ 1 callersFunctionensureStore
()
apps/web-new/src/db/store.ts:20
↓ 1 callersFunctionensureTradeExecutionAuditColumns
()
apps/web-new/src/lib/trade-execution-schema.ts:7
↓ 1 callersFunctionexecuteActions
( agentId: string, submissionId: string, competitionId: string, executedAt = new Date() )
apps/web-new/src/lib/trade-engine.ts:5
↓ 1 callersFunctionexecuteActionsDatabase
( agentId: string, submissionId: string, competitionId: string, executedAt = new Date() )
apps/web-new/src/lib/trade-engine-database.ts:30
↓ 1 callersFunctionexecuteActionsFromStore
( agentId: string, submissionId: string, competitionId: string, executedAt = new Date() )
apps/web-new/src/lib/trade-engine-store.ts:243
↓ 1 callersFunctionextractPolymarketEventSlug
(input: string)
apps/web-new/src/lib/prediction-search.ts:5
↓ 1 callersFunctionextractPolymarketEventSlug
(input: string)
apps/web-new/src/lib/agent-detail-request-objects.ts:129
↓ 1 callersFunctionextractPolymarketEventSlug
(input: string)
apps/web-new/src/lib/market-adapter/polymarket.ts:86
↓ 1 callersFunctionextractPolymarketMarketSlug
(input: string)
apps/web-new/src/lib/prediction-search.ts:12
↓ 1 callersFunctionextractPolymarketMarketSlug
(input: string)
apps/web-new/src/lib/agent-detail-request-objects.ts:136
↓ 1 callersFunctionextractPolymarketMarketSlug
(input: string)
apps/web-new/src/lib/market-adapter/polymarket.ts:100
↓ 1 callersFunctionextractPredictionBookDebug
(depthSnapshot: string | null | undefined)
apps/web-new/src/lib/agent-detail-request-tradeability.ts:37
↓ 1 callersFunctionfetchBatchPriceHistories
(tokenIds: string[])
apps/workers/polymarket-stream.ts:44
↓ 1 callersFunctionfetchBatchTopOfBooks
(tokenIds: string[])
apps/workers/polymarket-stream.ts:101
↓ 1 callersFunctionfetchClaim
()
apps/web-new/src/components/claim-page-client.tsx:51
↓ 1 callersMethodfetchConfiguredStocks
(symbols: string[])
apps/workers/stock-stream.ts:591
↓ 1 callersFunctionfetchLiveDetailCandles
(input: { market: MarketType; symbol: string; interval: string; limit: number; outcomeId?: string |
apps/web-new/src/lib/agent-detail-request-market-data.ts:332
↓ 1 callersMethodfetchRecentSymbols
()
apps/workers/stock-stream.ts:552
↓ 1 callersFunctionfetchTopOfBook
(tokenId: string)
apps/workers/polymarket-stream.ts:92
↓ 1 callersMethodfetchTopStocks
(limit: number)
apps/workers/stock-stream.ts:569
↓ 1 callersFunctionfindAgentPanelSeed
( agentId: string, leaderboardItems: LeaderboardEntry[], leaderboardLeader: LeaderboardEntry | null )
apps/web-new/src/components/home-dashboard-client.tsx:1781
↓ 1 callersFunctionfindInstrument
(symbol: string, market?: MarketType)
apps/web-new/src/lib/market-adapter/index.ts:114
↓ 1 callersFunctionfindLatestQuote
( store: AgentTraderStore, action: DecisionAction )
apps/web-new/src/lib/trade-engine-store.ts:64
↓ 1 callersFunctionfindPosition
( store: AgentTraderStore, action: DecisionAction, agentId: string )
apps/web-new/src/lib/trade-engine-store.ts:114
↓ 1 callersFunctionfindPredictionOutcomeByKey
( marketDetails: PredictionMarketDetailsView | null, outcomeKey: string )
apps/web-new/src/lib/agent-decision-service.ts:248
↓ 1 callersFunctionfindQuoteAtOrBefore
( store: AgentTraderStore, action: DecisionAction, executedAtIso: string )
apps/web-new/src/lib/trade-engine-store.ts:47
↓ 1 callersMethodflushDirtyQuotes
()
apps/workers/binance-stream.ts:284
↓ 1 callersFunctionformatAxisCurrency
(value: number, locale: string, spread: number)
apps/web-new/src/components/equity-bars.tsx:45
↓ 1 callersFunctionformatCompactUsd
(value: number | null | undefined, locale: string)
apps/web-new/src/components/live-trades-page-client.tsx:139
↓ 1 callersFunctionformatCompactUsd
(value: number | null | undefined, localeTag: string)
apps/web-new/src/components/leaderboard-table.tsx:265
↓ 1 callersFunctionformatCurrency
(value: number | null | undefined, locale: string)
apps/web-new/src/components/live-trades-page-client.tsx:129
↓ 1 callersFunctionformatExecutionPathLabel
( executionPath: string | null | undefined, t: SiteTranslate )
apps/web-new/src/lib/public-trade-meta.ts:5
↓ 1 callersFunctionformatHeaderTimeLabel
(value: string | null, locale: string)
apps/web-new/src/components/equity-bars.tsx:69
↓ 1 callersFunctionformatHeartbeatBadge
( timestamp: string | null, locale: string, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/my-agent-page-client.tsx:550
↓ 1 callersFunctionformatHeartbeatFailure
(agent: HeartbeatDiagnosticAgent)
apps/web-new/src/components/my-agent-page-client.tsx:507
↓ 1 callersFunctionformatMarketSessionValue
( phase: string, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/arena-status-strip.tsx:172
↓ 1 callersFunctionformatModelName
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/home-top-agent-section.tsx:272
↓ 1 callersFunctionformatModelName
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/public-agent-page-client.tsx:1169
↓ 1 callersFunctionformatModelName
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/leaderboard-table.tsx:285
↓ 1 callersFunctionformatPreciseUsd
(value: number | null | undefined, localeTag: string)
apps/web-new/src/components/home-top-agent-section.tsx:253
↓ 1 callersFunctionformatPreciseUsd
(value: number | null | undefined, localeTag: string)
apps/web-new/src/components/home-agent-panel.tsx:408
↓ 1 callersFunctionformatPreferences
( value: string[] | string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/home-agent-panel.tsx:472
↓ 1 callersFunctionformatPricingSource
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/public-agent-page-client.tsx:1251
↓ 1 callersFunctionformatProviderLabel
(provider: string)
apps/web-new/src/lib/public-trade-meta.ts:103
↓ 1 callersFunctionformatProviders
(providers: string[])
apps/web-new/src/components/auth-page-client.tsx:74
↓ 1 callersFunctionformatRelativeTime
(value: string | null | undefined, locale: string)
apps/web-new/src/components/live-trades-page-client.tsx:176
↓ 1 callersFunctionformatRelativeTime
(value: string | null | undefined, locale: string)
apps/web-new/src/components/live-trades-feed.tsx:202
↓ 1 callersFunctionformatRiskDetail
( riskTag: string | null, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/arena-status-strip.tsx:193
↓ 1 callersFunctionformatRiskMode
( riskTag: string | null, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/public-agent-page-client.tsx:1241
↓ 1 callersFunctionformatRiskStateLabel
( riskTag: string | null | undefined, closeOnly: boolean | null | undefined, t: SiteTranslate )
apps/web-new/src/lib/public-trade-meta.ts:56
↓ 1 callersFunctionformatRiskValue
( riskTag: string | null, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/arena-status-strip.tsx:183
↓ 1 callersFunctionformatSignedInteger
(value: number | null | undefined)
apps/web-new/src/components/home-dashboard-client.tsx:1937
↓ 1 callersFunctionformatStatus
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/public-agent-page-client.tsx:1136
↓ 1 callersFunctionformatStatusLabel
( status: string, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/my-agent-page-client.tsx:575
↓ 1 callersFunctionformatStatusLabel
( status: string, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/setup-agents-sidebar.tsx:189
↓ 1 callersFunctionformatTime
(value: string | null | undefined, locale: string)
apps/web-new/src/components/live-trades-feed.tsx:198
↓ 1 callersFunctionformatTopTier
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'] )
apps/web-new/src/components/public-agent-page-client.tsx:1148
↓ 1 callersFunctionformatTradeExecutionPrice
( value: number | null | undefined, market: string | null | undefined, localeTag: string )
apps/web-new/src/components/home-dashboard-client.tsx:1906
↓ 1 callersFunctionformatTradeExecutionPrice
( value: number | null | undefined, market: string | null | undefined, localeTag: string )
apps/web-new/src/components/home-agent-panel.tsx:418
↓ 1 callersFunctionformatTradeExecutionPrice
( value: number | null | undefined, market: string | null | undefined, locale: string )
apps/web-new/src/components/live-trades-page-client.tsx:147
↓ 1 callersFunctionformatTradeSide
(side: string, t: ReturnType<typeof useSiteLocale>['t'])
apps/web-new/src/components/live-trades-page-client.tsx:169
↓ 1 callersFunctionformatTradeSide
(side: string, t: ReturnType<typeof useSiteLocale>['t'])
apps/web-new/src/components/live-trades-feed.tsx:181
↓ 1 callersFunctionformatTradeSideLabel
( value: string | null | undefined, t: ReturnType<typeof useSiteLocale>['t'], mode: 'upper' | 'lower' =
apps/web-new/src/components/home-agent-panel.tsx:379
↓ 1 callersFunctionformatWeight
(value: number | null | undefined, localeTag: string)
apps/web-new/src/components/home-top-agent-section.tsx:291
↓ 1 callersFunctionfreshnessTone
(level: ReturnType<typeof getTimestampFreshness>['level'])
apps/web-new/src/components/public-agent-page-client.tsx:1235
↓ 1 callersFunctiongenerateAccountSnapshot
()
apps/web-new/src/lib/account-snapshot.ts:6
↓ 1 callersFunctiongenerateApiKey
()
apps/web-new/src/lib/agent-auth.ts:7
↓ 1 callersFunctiongenerateClaimToken
()
apps/web-new/src/lib/agent-auth.ts:15
↓ 1 callersFunctiongenerateLeaderboardSnapshot
()
apps/web-new/src/lib/leaderboard-snapshot.ts:11
↓ 1 callersFunctiongetAdapter
(marketType: MarketType)
apps/web-new/src/lib/market-adapter/index.ts:146
↓ 1 callersFunctiongetAgentAccountCashDatabase
( agentId: string )
apps/web-new/src/lib/trade-engine-database-support.ts:289
↓ 1 callersFunctiongetAuthBaseUrl
()
apps/web-new/src/core/auth/client.ts:5
↓ 1 callersFunctiongetAuthDb
()
apps/web-new/src/core/auth/db.ts:9
↓ 1 callersFunctiongetAuthOptions
()
apps/web-new/src/core/auth/config.ts:16
↓ 1 callersFunctiongetAuthSecret
()
apps/web-new/src/lib/env.ts:126
↓ 1 callersFunctiongetBinanceApiKey
()
apps/workers/binance-stream.ts:63
↓ 1 callersFunctiongetBinanceRestBaseUrl
()
apps/workers/binance-stream.ts:59
↓ 1 callersFunctiongetBinanceWsUrl
()
apps/workers/binance-stream.ts:55
↓ 1 callersFunctiongetBinaryComplementOutcome
( market: PredictionMarketDetails, outcomeId: string | null | undefined )
apps/web-new/src/lib/market-adapter/polymarket.ts:300
↓ 1 callersFunctiongetBriefingWindowBounds
(reference: string | Date)
apps/web-new/src/lib/trading-rules.ts:105
↓ 1 callersFunctiongetCachedAgent
(proxyUrl: URL)
apps/workers/ws-proxy.ts:153
↓ 1 callersFunctiongetClaimedPublicAgentFromStore
(agentId: string)
apps/web-new/src/lib/public-agent-store.ts:24
↓ 1 callersFunctiongetCronSecret
()
apps/web-new/src/lib/env.ts:130
↓ 1 callersFunctiongetDecisionWindowState
(agentId: string, openedAtIso: string, closesAtIso: string)
apps/web-new/src/lib/agent-briefing.ts:380
↓ 1 callersFunctiongetDetailCandlesFromDatabase
(input: { market: MarketType; symbol: string; interval: string; limit: number; outcomeId?: string |
apps/web-new/src/lib/agent-detail-request-market-data.ts:375
↓ 1 callersFunctiongetDetailQuoteFromDatabase
(input: { market: MarketType; symbol: string; outcomeId?: string | null; exactOutcomeRequired?: boolea
apps/web-new/src/lib/agent-detail-request-market-data.ts:140
↓ 1 callersFunctiongetEasterDate
(year: number)
apps/web-new/src/lib/us-stock-market-core.ts:141
↓ 1 callersFunctiongetExecutionQuote
( store: AgentTraderStore, action: DecisionAction, executedAt: Date )
apps/web-new/src/lib/trade-engine-store.ts:175
↓ 1 callersFunctiongetExecutionQuoteDatabase
( action: DecisionAction, executedAt: Date )
apps/web-new/src/lib/trade-engine-database-support.ts:200
↓ 1 callersFunctiongetGoodFriday
(year: number)
apps/web-new/src/lib/us-stock-market-core.ts:164
↓ 1 callersFunctiongetHeartbeatTone
(timestamp: string | null)
apps/web-new/src/components/my-agent-page-client.tsx:539
↓ 1 callersFunctiongetLatestDrawdown
(agentId: string)
apps/web-new/src/lib/agent-briefing.ts:359
↓ 1 callersFunctiongetLatestLeaderboardSnapshot
()
apps/web-new/src/lib/agent-competition.ts:55
↓ 1 callersFunctiongetLatestLeaderboardSnapshots
(store: AgentTraderStore)
apps/web-new/src/lib/public-store-utils.ts:52
↓ 1 callersFunctiongetMassiveBaseUrl
()
apps/workers/stock-stream.ts:198
↓ 1 callersFunctiongetMassiveWsUrl
()
apps/workers/stock-stream.ts:180
↓ 1 callersFunctiongetMissingAgentProfileFields
(agent: { modelProvider?: string | null; modelName?: string | null; runtimeEnvironment?: string | null;
apps/web-new/src/lib/agent-profile.ts:107
← previousnext →501–600 of 1,026, ranked by callers