MCPcopy Create free account

hub / github.com/P4R1H/StockPiece / functions

Functions192 in github.com/P4R1H/StockPiece

FunctionAdmin
()
frontend/src/pages/Admin/Admin.tsx:360
FunctionAdminStockCard
({ stock, stats, onRemove, onPriceUpdate, onImageClick, })
frontend/src/pages/Admin/Admin.tsx:43
FunctionApp
()
frontend/src/App.tsx:66
FunctionBountyProfileCard
({ userName, netWorth, cash, profitLossOverall, profitLossLastChapter, profileImage, isLoggedIn,
frontend/src/components/Portfolio/Portfolio.tsx:16
FunctionDualRangeSlider
({ min, max, start, end, onChange })
frontend/src/components/StockGraph/StockGraph.tsx:68
FunctionErrorModal
({ errors, onClose, })
frontend/src/pages/Admin/Admin.tsx:150
FunctionHomeIcon
()
frontend/src/components/Navbar/NavIcons.tsx:3
FunctionHomePage
({ isLoggedIn })
frontend/src/pages/Home/Home.tsx:18
FunctionImageUpdateModal
({ stock, onClose, onSubmit })
frontend/src/pages/Admin/imageUpload.tsx:155
FunctionImageUploadComponent
({ initialImageUrl, onFileSelected, onFileProcessed, onProcessingChange, defaultQuality = 25, })
frontend/src/pages/Admin/imageUpload.tsx:14
FunctionLeaderboardPage
()
frontend/src/pages/Leaderboard/Leaderboard.tsx:12
FunctionLoginIcon
()
frontend/src/components/Navbar/NavIcons.tsx:28
FunctionLoginPage
({ onLogin })
frontend/src/pages/Login/Login.tsx:12
FunctionLogoutIcon
()
frontend/src/components/Navbar/NavIcons.tsx:21
FunctionMenuIcon
()
frontend/src/components/Navbar/NavIcons.tsx:35
FunctionNavbar
({ isLoggedIn, onLogout })
frontend/src/components/Navbar/Navbar.tsx:11
FunctionNewsTicker
({ isLoggedIn = false, marketStatus })
frontend/src/components/NewsTicker/NewsTicker.tsx:11
FunctionNotFound
()
frontend/src/pages/NotFound/NotFound.tsx:3
FunctionOnePieceStockMarket
({ isLoggedIn, onLogout, showTutorial, setShowTutorial })
frontend/src/App.tsx:28
FunctionPriceHistoryGraph
({ stocks, ownedStocks, onVisibilityChange, currentFilter })
frontend/src/components/StockGraph/StockGraph.tsx:121
FunctionSettingsIcon
()
frontend/src/components/Navbar/NavIcons.tsx:15
FunctionSettingsPage
()
frontend/src/pages/Settings/Settings.tsx:6
FunctionStockGrid
({ stocks, ownedQuantities, maxBuyQuantities, isLoggedIn, cash, onBuy, onSell, onVisibilityCha
frontend/src/components/StockGrid/StockGrid.tsx:34
FunctionToastContent
()
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:133
FunctionToaster
({ ...props }: ToasterProps)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:100
FunctionTrophyIcon
()
frontend/src/components/Navbar/NavIcons.tsx:9
FunctionTutorialOverlay
({ onClose })
frontend/src/components/Notifications/Onboarding/Onboarding.tsx:9
FunctionWaitlistPage
()
frontend/src/pages/Waitlist/Waitlist.tsx:5
Method__dispatch_to_app_command_handler
(self, interaction: discord.Interaction, error: discord.app_commands.AppCommandError)
Bots/Discord/cogs/exception-handler.py:10
Method__init__
(self)
Bots/Discord/bot.py:65
Method__init__
(self, bot)
Bots/Discord/cogs/general.py:8
Method__init__
(self)
Bots/Discord/cogs/owners.py:60
Method__init__
(self, bot)
Bots/Discord/cogs/owners.py:95
Method__init__
(self, bot)
Bots/Discord/cogs/exception-handler.py:5
Method__init__
(self, name, price, circulation)
backend/stocktrials/2.py:87
Methodautocomplete
(self, interaction, current: str)
Bots/Discord/cogs/owners.py:75
Functioncalculate_price_update
(current_price, prev_circulation, bought_this_chap, sold_this_chap)
backend/stocktrials/3.py:1
Functioncalculate_price_update
(current_price, prev_circulation, bought_this_chap, sold_this_chap)
backend/stocktrials/2.py:5
Functioncheck_admin
(interaction: discord.Interaction)
Bots/Discord/shared_functions.py:16
Functioncheck_guild
(interaction: discord.Interaction)
Bots/Discord/shared_functions.py:21
Functioncheck_owner
(interaction: discord.Interaction)
Bots/Discord/shared_functions.py:13
FunctionclearAccountData
()
frontend/src/pages/Settings/SettingsServices.ts:23
FunctionclusterMiddleware
(req, res, next)
backend/src/middlewares/cluster.middlewares.js:3
Methodconstructor
(statusCode = 200, data = " ", message = "success")
emailRegistration/ApiResponse.js:2
Methodconstructor
( statusCode, message = "Something went wrong", errors = [], stack = "", isHighPriority =
emailRegistration/ApiError.js:2
Methodconstructor
( statusCode, message = "Something went wrong", errors = [], stack = "", isHighPriority =
backend/src/utils/ApiError.utils.js:2
Methodconstructor
(statusCode = 200, data = " ", message = "success")
backend/src/utils/ApiResponse.utils.js:2
FunctioncopyToClipboard
()
frontend/src/pages/Settings/Settings.tsx:34
Methodcreate_embed
(self, interaction: discord.Interaction ,channel: discord.TextChannel, colorx: str="")
Bots/Discord/cogs/owners.py:104
FunctiondeleteAccount
()
frontend/src/pages/Settings/Settings.tsx:14
FunctionerrorHandler
(err, _req, res, _next)
backend/src/middlewares/errorHandler.middlewares.js:4
FunctionfetchLeaderboard
()
frontend/src/pages/Leaderboard/LeaderboardServices.ts:4
FunctionfileFilter
(req, file, cb)
backend/src/middlewares/multer.middlewares.js:27
Methodformat
(self, record)
Bots/Discord/bot.py:36
FunctiongenerateReferralCode
()
frontend/src/pages/Settings/Settings.tsx:27
Methodget_app_command_error
(self, interaction: discord.Interaction, error: discord.app_commands.AppCommandError)
Bots/Discord/cogs/exception-handler.py:14
FunctionglobalRequestLimiter
(req, res, next)
backend/src/middlewares/requestLimit.middlewares.js:47
FunctionglobalWaitlistEmailLimiter
(req, res, next)
backend/src/middlewares/requestLimit.middlewares.js:83
FunctionhandleBuyStock
(name: string, quantity: number)
frontend/src/pages/Home/Home.tsx:151
FunctionhandleCollapseClick
()
frontend/src/components/Navbar/Navbar.tsx:37
FunctionhandleEndChange
(e: React.ChangeEvent<HTMLInputElement>)
frontend/src/components/StockGraph/StockGraph.tsx:85
FunctionhandleFileChange
(e: ChangeEvent<HTMLInputElement>)
frontend/src/pages/Admin/imageUpload.tsx:35
FunctionhandleFullscreen
()
frontend/src/components/StockGraph/StockGraph.tsx:491
FunctionhandleFullscreenChange
()
frontend/src/components/StockGraph/StockGraph.tsx:484
FunctionhandleLogin
(loginResponse: LoginResponse)
frontend/src/App.tsx:84
FunctionhandleLogout
()
frontend/src/App.tsx:96
FunctionhandleQualityChange
(e: ChangeEvent<HTMLInputElement>)
frontend/src/pages/Admin/imageUpload.tsx:92
FunctionhandleResize
()
frontend/src/components/StockGrid/StockGrid.tsx:27
FunctionhandleScroll
()
frontend/src/components/Navbar/Navbar.tsx:17
FunctionhandleSellStock
(name: string, quantity: number)
frontend/src/pages/Home/Home.tsx:194
FunctionhandleStartChange
(e: React.ChangeEvent<HTMLInputElement>)
frontend/src/components/StockGraph/StockGraph.tsx:77
FunctionhandleSubmit
(e: FormEvent)
frontend/src/pages/Admin/imageUpload.tsx:163
Methodhelp
(self, context: Context)
Bots/Discord/cogs/general.py:14
Methodinvite
(self, context: Context)
Bots/Discord/cogs/general.py:40
FunctionmanualChunks
(id)
frontend/vite.config.ts:22
Methodon_command_completion
(self, context: Context)
Bots/Discord/bot.py:111
Methodon_command_error
(self, context: Context, error)
Bots/Discord/bot.py:120
Methodon_message
(self, message: discord.Message)
Bots/Discord/bot.py:182
Methodon_submit
(self, interaction: discord.Interaction)
Bots/Discord/cogs/owners.py:54
FunctionrefreshToken
()
frontend/src/pages/Login/LoginServices.ts:116
Methodrole
(self, interaction: discord.Interaction,role: app_commands.Transform[discord.Role, RoleTransformer()])
Bots/Discord/cogs/owners.py:196
Methodserver
(self, context: Context)
Bots/Discord/cogs/general.py:53
Functionsetup
(bot)
Bots/Discord/cogs/general.py:63
Functionsetup
(bot)
Bots/Discord/cogs/owners.py:211
Functionsetup
(bot: commands.Bot)
Bots/Discord/cogs/exception-handler.py:76
Methodsetup_hook
(self)
Bots/Discord/bot.py:89
FunctionshowToast
()
frontend/src/pages/Home/Home.tsx:44
Methodsync_cmds
(self)
Bots/Discord/bot.py:101
FunctiontoggleReferralInfo
(e: React.MouseEvent)
frontend/src/pages/Settings/Settings.tsx:22
Methodtransform
(self, interaction: discord.Interaction, role_id: str)
Bots/Discord/cogs/owners.py:63
FunctiontriggerFileInput
()
frontend/src/pages/Admin/imageUpload.tsx:31
FunctionupdateStockVisibility
(id: string, visibility: 'show' | 'hide' | 'only')
frontend/src/pages/Home/Home.tsx:134
← previous101–192 of 192, ranked by callers