MCPcopy Create free account

hub / github.com/P4R1H/StockPiece / functions

Functions192 in github.com/P4R1H/StockPiece

↓ 45 callersFunctionasyncHandler
(func)
backend/src/utils/asyncHandler.utils.js:1
↓ 11 callersFunctionget_config
(x)
Bots/Discord/shared_functions.py:24
↓ 9 callersFunctionpluralize
(value: number, singular: string, plural: string)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:59
↓ 9 callersFunctionshowError
(message: string)
frontend/src/pages/Home/Home.tsx:145
↓ 8 callersFunctionisWindowOpen
(chapterDoc)
backend/src/utils/windowStatus.js:2
↓ 4 callersFunctionuploadOnCloudinary
(localFilePath, _stock = false)
backend/src/utils/cloudinary.utils.js:29
↓ 3 callersFunctionasyncHandler
(fn)
emailRegistration/waitlistController.js:6
↓ 3 callersFunctiongetAllowedOrigins
()
emailRegistration/app.js:13
↓ 3 callersFunctionhandleFilterChange
(newFilter: 'all' | 'owned' | 'popular' | 'unowned' | 'custom', updateVisibilities = true)
frontend/src/components/StockGraph/StockGraph.tsx:298
↓ 2 callersFunctioncheckLoginStatus
()
frontend/src/App.tsx:71
↓ 2 callersFunctioncloseMarketService
()
backend/src/services/closeMarket.services.js:115
↓ 2 callersFunctiondisplay_stock_prices
(stocks)
backend/stocktrials/1.py:46
↓ 2 callersFunctionformatPercentage
(value: number)
frontend/src/components/Portfolio/Portfolio.tsx:10
↓ 2 callersFunctionformatWorth
(value: number)
frontend/src/components/Portfolio/Portfolio.tsx:6
↓ 2 callersFunctiongenerateAccessRefreshToken
(user)
backend/src/controllers/user.controllers.js:78
↓ 2 callersFunctiongetColorForCharacter
(name: string)
frontend/src/components/StockGraph/StockGraph.tsx:46
↓ 2 callersFunctiongetNextReleaseStatus
()
frontend/src/pages/Admin/AdminServices.ts:184
↓ 2 callersFunctionloginUser
(username: string, password: string, couponCode: string)
frontend/src/pages/Login/LoginServices.ts:52
↓ 2 callersFunctionpriceChangeByAlgorithm
(chapter)
backend/src/utils/priceChange.utils.js:12
↓ 2 callersFunctionprocessImage
(file: File, qualityValue: number)
frontend/src/pages/Admin/imageUpload.tsx:47
↓ 2 callersFunctionprocessPendingTransaction
(stock: CharacterStock, type: 'buy' | 'sell', quantity: number)
frontend/src/pages/Home/Home.tsx:229
↓ 2 callersFunctionreleaseChapterService
()
backend/src/services/releaseChapter.services.js:7
↓ 2 callersFunctionstockStatistics
(chapter)
backend/src/utils/stockStats.utils.js:76
↓ 2 callersFunctionupdatePriceService
()
backend/src/services/closeMarket.services.js:11
↓ 2 callersFunctionvalidateEmail
(email: string)
frontend/src/pages/Waitlist/Waitlist.tsx:14
↓ 2 callersFunctionvalidateTransactionQuantity
(quantity)
backend/src/controllers/stock.controllers.js:12
↓ 2 callersFunctionverifyToken
(token, secret, model, selectFields)
backend/src/middlewares/auth.middlewares.js:7
↓ 1 callersFunctionaddCharacterStock
( name: string, initialValue: number, tickerSymbol: string, imageFile: File )
frontend/src/pages/Admin/AdminServices.ts:60
↓ 1 callersFunctionadminLogin
(username: string, password: string)
frontend/src/pages/Admin/AdminServices.ts:3
↓ 1 callersFunctionadminLogout
()
frontend/src/pages/Admin/AdminServices.ts:15
↓ 1 callersFunctionbuyStock
(name: string, quantity: number)
frontend/src/pages/Home/HomeServices.ts:73
↓ 1 callersFunctioncalculatePriceUpdate
( currentPrice, prevCirculation, boughtThisChap, soldThisChap )
backend/src/utils/priceChange.utils.js:56
↓ 1 callersFunctioncalculateTimeBreakdown
(totalMinutes: number)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:47
↓ 1 callersFunctioncalculate_price_change
(data)
backend/stocktrials/1.py:20
↓ 1 callersFunctionchangeCharacterImage
(stockID: string, imageFile: File)
frontend/src/pages/Admin/AdminServices.ts:80
↓ 1 callersFunctioncheckCustomState
()
frontend/src/components/StockGraph/StockGraph.tsx:278
↓ 1 callersFunctioncheckDailyLogin
(lastDailyLoginDate)
backend/src/controllers/user.controllers.js:63
↓ 1 callersFunctioncheckIfMobile
()
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:29
↓ 1 callersFunctioncheckStatus
()
frontend/src/pages/Home/Home.tsx:30
↓ 1 callersFunctioncheckWindowStatus
()
frontend/src/pages/Home/HomeServices.ts:23
↓ 1 callersFunctioncloseMarket
()
frontend/src/pages/Admin/AdminServices.ts:36
↓ 1 callersFunctionconnectDB
()
emailRegistration/db.js:4
↓ 1 callersFunctionconnectDB
()
backend/src/db/index.db.js:3
↓ 1 callersFunctioncontainsProfanity
(text)
backend/src/utils/profanity.utils.js:13
↓ 1 callersFunctioncreateCoupon
(couponData: { code: string; amount: number; maxUsers: number; isFirstTimeOnly: boolean; })
frontend/src/pages/Admin/AdminServices.ts:194
↓ 1 callersFunctiondeleteCoupon
(code: string)
frontend/src/pages/Admin/AdminServices.ts:210
↓ 1 callersFunctiondeleteFromCloudinary
(url)
backend/src/utils/cloudinary.utils.js:68
↓ 1 callersFunctiondeleteTempFile
(localFilePath)
backend/src/utils/cloudinary.utils.js:14
↓ 1 callersFunctiondisplay_percentage_changes
(initial_prices, updated_stocks)
backend/stocktrials/1.py:62
↓ 1 callersFunctionexitCustomFullscreen
()
frontend/src/components/StockGraph/StockGraph.tsx:566
↓ 1 callersFunctionfetchChapterStats
()
frontend/src/pages/Admin/Admin.tsx:499
↓ 1 callersFunctionfetchErrors
(type: string = 'all')
frontend/src/pages/Admin/AdminServices.ts:162
↓ 1 callersFunctionfetchMarketStats
()
frontend/src/pages/Admin/Admin.tsx:513
↓ 1 callersFunctionforcePriceUpdates
()
frontend/src/pages/Admin/AdminServices.ts:152
↓ 1 callersFunctionformatMarketStatus
(status: string)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:93
↓ 1 callersFunctionformatTimeComponents
(timeBreakdown: TimeBreakdown)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:63
↓ 1 callersFunctionformatTimeDisplay
(timeStr: string)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:82
↓ 1 callersFunctiongenerateFingerprint
()
frontend/src/pages/Login/LoginServices.ts:3
↓ 1 callersFunctiongenerateMockStockHistory
()
frontend/src/components/StockGraph/StockGraph.tsx:59
↓ 1 callersFunctiongetChapterStatistics
(chapter: number | null)
frontend/src/pages/Admin/AdminServices.ts:126
↓ 1 callersFunctiongetLatestChapter
()
frontend/src/pages/Admin/AdminServices.ts:136
↓ 1 callersFunctiongetMarketStatistics
(chapter?: number)
frontend/src/pages/Admin/AdminServices.ts:116
↓ 1 callersFunctiongetMarketStatus
()
frontend/src/pages/Admin/AdminServices.ts:23
↓ 1 callersFunctiongetMarketStatusInfo
()
frontend/src/utils/MarketStatus.ts:93
↓ 1 callersFunctiongetPortfolioData
()
frontend/src/pages/Home/HomeServices.ts:36
↓ 1 callersFunctiongetReferralCode
()
frontend/src/pages/Settings/SettingsServices.ts:6
↓ 1 callersFunctiongetStockMarketData
()
frontend/src/pages/Home/HomeServices.ts:3
↓ 1 callersFunctiongetStocks
()
frontend/src/pages/Admin/AdminServices.ts:42
↓ 1 callersFunctiongetUserDetails
(username: string)
frontend/src/pages/Admin/AdminServices.ts:221
↓ 1 callersFunctionget_user_input
(stocks)
backend/stocktrials/1.py:52
↓ 1 callersFunctiongpt_calculate_price_update
(current_price, prev_circulation, bought_this_chap, sold_this_chap)
backend/stocktrials/2.py:35
↓ 1 callersFunctiongracefulShutdown
()
backend/src/index.js:140
↓ 1 callersFunctionhandleResize
()
frontend/src/components/StockGraph/StockGraph.tsx:256
↓ 1 callersFunctioninitializeAdmin
()
backend/src/services/initializeAdmin.services.js:3
↓ 1 callersFunctionloadData
()
frontend/src/pages/Admin/Admin.tsx:479
↓ 1 callersMethodload_cogs
(self)
Bots/Discord/bot.py:76
↓ 1 callersFunctionloginExists
()
frontend/src/pages/Login/LoginServices.ts:94
↓ 1 callersFunctionlogoutUser
()
frontend/src/pages/Login/LoginServices.ts:28
↓ 1 callersFunctionmain
()
backend/stocktrials/2.py:110
↓ 1 callersFunctionmanualPriceUpdate
(update: { name: string; value: string })
frontend/src/pages/Admin/AdminServices.ts:105
↓ 1 callersFunctionmapFilter
(f: 'All' | 'Owned' | 'Popular')
frontend/src/components/StockGraph/StockGraph.tsx:269
↓ 1 callersFunctionopenMarket
()
frontend/src/pages/Admin/AdminServices.ts:30
↓ 1 callersFunctionregisterUser
(username: string, password: string)
frontend/src/pages/Login/LoginServices.ts:71
↓ 1 callersFunctionreleaseNewChapter
()
frontend/src/pages/Admin/AdminServices.ts:143
↓ 1 callersFunctionremoveCharacterStock
(name: string)
frontend/src/pages/Admin/AdminServices.ts:94
↓ 1 callersFunctionsellStock
(name: string, quantity: number)
frontend/src/pages/Home/HomeServices.ts:85
↓ 1 callersFunctionsendRequests
()
backend/stocktrials/responseCheck.js:6
↓ 1 callersFunctionsetupCronJobs
()
backend/src/index.js:45
↓ 1 callersFunctionstartServer
()
backend/src/index.js:17
↓ 1 callersFunctiontoastMarketStatus
({ status, nextStatus, timeUntilNext, statusClass, }: MarketStatusToastOptions)
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:124
↓ 1 callersFunctiontoggleNextRelease
()
frontend/src/pages/Admin/AdminServices.ts:174
↓ 1 callersFunctiontotalBuySellsForChapter
(chapter)
backend/src/utils/stockStats.utils.js:34
↓ 1 callersFunctiontotalQuantityOfStocks
()
backend/src/utils/stockStats.utils.js:15
↓ 1 callersMethodupdate_price
(self)
backend/stocktrials/2.py:94
↓ 1 callersFunctionupdate_stock_prices
(stocks)
backend/stocktrials/1.py:33
↓ 1 callersFunctionuseIsMobileScreen
()
frontend/src/components/Notifications/CustomSonner/CustomSonner.tsx:25
↓ 1 callersFunctionuseWindowWidth
()
frontend/src/components/StockGrid/StockGrid.tsx:24
↓ 1 callersFunctionvalidateTransactionQuantity
(quantity)
backend/src/controllers/admin.controllers.js:748
↓ 1 callersFunctionverifyCoupon
(couponCode, user)
backend/src/controllers/user.controllers.js:20
FunctionAddStockModal
({ onClose, onSubmit })
frontend/src/pages/Admin/Admin.tsx:229
next →1–100 of 192, ranked by callers