MCPcopy Create free account

hub / github.com/boostcampwm-2024/web16-JuGa / functions

Functions381 in github.com/boostcampwm-2024/web16-JuGa

↓ 1 callersMethodfindOneStock
(code: string)
BE/src/stock/list/stock-list.repostiory.ts:17
↓ 1 callersMethodfindUserStockWithNameByUserId
(userId: number)
BE/src/asset/user-stock.repository.ts:13
↓ 1 callersMethodformatDailyStockTradeHistoryData
* @private API에서 받은 주식현재가 일자별 데이터를 필요한 정보로 정제하는 함수 * @param {DailyStockTradeHistoryOutputDto} datas - API 응답에서 받은 원시 데이터 * @returns - 필요한 정보만 추출
BE/src/stock/trade/history/stock-trade-history.service.ts:101
↓ 1 callersFunctionformatDate
(dateString: string)
FE/src/utils/format.ts:13
↓ 1 callersMethodformatNewsData
(query: string, items: NewsDataOutputDto[])
BE/src/news/news.service.ts:97
↓ 1 callersMethodformatStockData
* @private API에서 받은 주식현재가 시세 데이터를 필요한 정보로 정제하는 함수 * @param {InquirePriceOutputData} stock - API 응답에서 받은 원시 데이터 * @returns - 필요한 정보만 추출한 데이터 배열
BE/src/stock/detail/stock-detail.service.ts:48
↓ 1 callersMethodformatStockInquirePriceData
* @private API에서 받은 국내주식기간별시세(일/주/월/년) 데이터를 필요한 정보로 정제하는 함수 * @param {InquirePriceApiResponse} response - API 응답에서 받은 원시 데이터 * @returns - 필요한 정보
BE/src/stock/detail/stock-detail.service.ts:124
↓ 1 callersFunctionformatTimestamp
(timestamp: string)
FE/src/utils/format.ts:18
↓ 1 callersMethodformatTodayStockTradeHistoryData
* @private API에서 받은 주식현재가 체결 데이터를 필요한 정보로 정제하는 함수 * @param {TodayStockTradeHistoryOutputDto} infos - API 응답에서 받은 원시 데이터 * @returns - 필요한 정보만 추출한
BE/src/stock/trade/history/stock-trade-history.service.ts:54
↓ 1 callersMethodgenerateRefreshToken
( authCredentialsDto: AuthCredentialsDto, )
BE/src/auth/auth.service.ts:66
↓ 1 callersFunctiongetAssets
()
FE/src/service/assets.ts:3
↓ 1 callersMethodgetAssets
()
BE/src/asset/asset.repository.ts:15
↓ 1 callersMethodgetBookmarkActive
(userId: number, stockCode: string)
BE/src/stock/detail/stock-detail.service.ts:110
↓ 1 callersMethodgetBookmarkList
(userId)
BE/src/stock/bookmark/stock-bookmark.service.ts:44
↓ 1 callersFunctiongetBookmarkedStocks
()
FE/src/service/bookmark.ts:31
↓ 1 callersFunctiongetCash
()
FE/src/service/assets.ts:16
↓ 1 callersMethodgetCashBalance
(userId: number)
BE/src/asset/asset.service.ts:45
↓ 1 callersMethodgetConnection
(key: string)
BE/src/common/redis/redis.domain-service.ts:89
↓ 1 callersMethodgetDailyStockTradeHistory
* 특정 주식의 일자별 체결 데이터를 반환하는 함수 * @param {string} stockCode - 종목코드 * @returns - 특정 주식의 현재가 체결 데이터 객체 반환 * * @author uuuo3o
BE/src/stock/trade/history/stock-trade-history.service.ts:76
↓ 1 callersFunctiongetHeader
(accessToken: string, trId: string)
BE/src/util/get-header.ts:1
↓ 1 callersMethodgetHello
()
BE/src/app.service.ts:5
↓ 1 callersMethodgetMyPage
(userId: number)
BE/src/asset/asset.service.ts:59
↓ 1 callersFunctiongetMyProfile
()
FE/src/service/user.ts:3
↓ 1 callersFunctiongetNewsData
()
FE/src/service/news.ts:1
↓ 1 callersFunctiongetOrders
()
FE/src/service/orders.ts:49
↓ 1 callersMethodgetPendingListByUserId
(userId: number)
BE/src/stock/order/stock-order.service.ts:121
↓ 1 callersFunctiongetRanking
()
FE/src/service/ranking.ts:1
↓ 1 callersFunctiongetSellInfo
( code: string, )
FE/src/service/assets.ts:32
↓ 1 callersMethodgetSocketConnectionKey
()
BE/src/common/websocket/socket-token.domain-service.ts:8
↓ 1 callersFunctiongetStockIndex
()
FE/src/service/stocks.ts:50
↓ 1 callersFunctiongetStocksByCode
(code: string)
FE/src/service/stocks.ts:3
↓ 1 callersFunctiongetStocksChartDataByCode
( code: string, peroid: TiemCategory = 'D', count: number = 50, )
FE/src/service/stocks.ts:16
↓ 1 callersMethodgetTodayStockTradeHistory
* 특정 주식의 현재가 체결 데이터를 반환하는 함수 * @param {string} stockCode - 종목코드 * @returns - 특정 주식의 현재가 체결 데이터 객체 반환 * * @author uuuo3o
BE/src/stock/trade/history/stock-trade-history.service.ts:25
↓ 1 callersFunctiongetTopFiveStocks
(market: string)
FE/src/service/stocks.ts:40
↓ 1 callersFunctiongetTradeCommision
(price: number)
FE/src/utils/common.ts:9
↓ 1 callersFunctiongetTradeHistory
( id: string, viewMode: PriceSectionViewType, )
FE/src/service/tradeHistory.ts:3
↓ 1 callersMethodgetUserStockByCode
(userId: number, stockCode: string)
BE/src/asset/asset.service.ts:24
↓ 1 callersMethodget_summary
(cls)
scripts/stress-test.script.py:18
↓ 1 callersFunctionhandleClick
(section: MypageSectionType)
FE/src/components/Mypage/Nav.tsx:16
↓ 1 callersFunctionhandleClick
(code: string)
FE/src/components/Mypage/BookMark.tsx:8
↓ 1 callersFunctionhandleClick
(code: string)
FE/src/components/Mypage/MyStocksList.tsx:12
↓ 1 callersFunctionhandleClick
(code: string)
FE/src/components/Mypage/Order.tsx:21
↓ 1 callersFunctionhandleMarketChange
(market: MarketType)
FE/src/components/TopFive/Nav.tsx:13
↓ 1 callersMethodincrement
(key: string)
BE/src/common/redis/redis.domain-service.ts:101
↓ 1 callersFunctionisWithinTimeRange
(startTime: string, endTime: string)
FE/src/utils/common.ts:27
↓ 1 callersFunctionlogout
()
FE/src/service/auth.ts:28
↓ 1 callersFunctionorderBuyStock
( code: string, price: number, amount: number, )
FE/src/service/orders.ts:3
↓ 1 callersFunctionorderSellStock
( code: string, price: number, amount: number, )
FE/src/service/orders.ts:26
↓ 1 callersMethodpublish
(channel: string, message: string)
BE/src/common/redis/redis.domain-service.ts:67
↓ 1 callersMethodregisterKakaoUser
(authCredentialsDto: AuthCredentialsDto)
BE/src/auth/user.repository.ts:45
↓ 1 callersMethodregisterSocketDataHandler
(tradeCode: string, handler: (data) => void)
BE/src/common/websocket/base-socket.domain-service.ts:134
↓ 1 callersMethodregisterSocketOpenHandler
(handler: () => void | Promise<void>)
BE/src/common/websocket/base-socket.domain-service.ts:130
↓ 1 callersMethodregisterUser
(authCredentialsDto: AuthCredentialsDto)
BE/src/auth/user.repository.ts:18
↓ 1 callersMethodremovePendingOrders
()
BE/src/stock/order/stock-order.service.ts:138
↓ 1 callersFunctionrename
(nickname: string)
FE/src/service/user.ts:14
↓ 1 callersFunctionrenderChart
( upperChartCanvas: HTMLCanvasElement, lowerChartCanvas: HTMLCanvasElement, upperChartYCanvas: HTMLCanva
FE/src/utils/renderChart.ts:12
↓ 1 callersMethodsendStockIndexListToClient
(stockChart)
BE/src/common/websocket/socket.gateway.ts:12
↓ 1 callersFunctionsetCanvasSize
( canvas: HTMLCanvasElement, widthConfig: number, heightConfig: number, containerRef: RefObject<HTMLDi
FE/src/utils/chart/setCanvasSize.ts:3
↓ 1 callersMethodsetConnection
(key: string, value: number)
BE/src/common/redis/redis.domain-service.ts:85
↓ 1 callersMethodsetCurrentRefreshToken
(refreshToken: string, userId: number)
BE/src/auth/auth.service.ts:91
↓ 1 callersFunctionsetupSwagger
(app: INestApplication)
BE/src/util/swagger.ts:11
↓ 1 callersMethodsignUp
(authCredentialsDto: AuthCredentialsDto)
BE/src/auth/auth.service.ts:18
↓ 1 callersMethodsocketDataHandler
(data: string[])
BE/src/stockSocket/stock-index-socket.service.ts:30
↓ 1 callersMethodsocketOpenHandler
()
BE/src/stockSocket/stock-index-socket.service.ts:23
↓ 1 callersMethodsubscribeMyStocks
(userId: number)
BE/src/asset/asset.service.ts:147
↓ 1 callersMethodtoAuthCredentialsDto
()
BE/src/auth/user.entity.ts:30
↓ 1 callersMethodunregisterCode
(trId: string, trKey: string)
BE/src/common/websocket/base-socket.domain-service.ts:111
↓ 1 callersFunctionunsubscribe
(code: string)
FE/src/service/stocks.ts:31
↓ 1 callersMethodunsubscribe
(channel: string)
BE/src/common/redis/redis.domain-service.ts:81
↓ 1 callersMethodupdateOrderAndAssetAndUserStockWhenBuy
( queryRunner: QueryRunner, order, realPrice, )
BE/src/stockSocket/stock-execute-order.repository.ts:116
↓ 1 callersMethodupdateOrderAndAssetAndUserStockWhenSell
( queryRunner: QueryRunner, order, realPrice, )
BE/src/stockSocket/stock-execute-order.repository.ts:153
↓ 1 callersMethodupdateRanking
()
BE/src/ranking/ranking.service.ts:108
↓ 1 callersFunctionuseBookmark
()
FE/src/hooks/useBookmark.ts:4
↓ 1 callersFunctionuseCanvasRef
()
FE/src/hooks/useCanvasRef.ts:3
↓ 1 callersFunctionuseCanvasResize
( canvasRefs: CanvasRefType, chartSizeConfig: ChartSizeConfigType, containerRef: RefObject<HTMLDivElemen
FE/src/hooks/useCanvasResize.ts:13
↓ 1 callersFunctionuseDebounce
(value: T, delay: number)
FE/src/hooks/useDebounce.ts:3
↓ 1 callersFunctionuseMouseMove
(containerRef: RefObject<HTMLDivElement>)
FE/src/hooks/useMouseMove.ts:4
↓ 1 callersFunctionuseMouseUpDown
(containerRef: RefObject<HTMLDivElement>)
FE/src/hooks/useMouseUpDown.ts:4
↓ 1 callersFunctionuseMouseWheel
(data: StockChartUnit[] | undefined)
FE/src/hooks/useMouseWheel.ts:4
↓ 1 callersFunctionuseSearchHistory
()
FE/src/hooks/useSearchHistoryHook.ts:6
↓ 1 callersFunctionuseUser
()
FE/src/hooks/useUser.ts:5
↓ 1 callersMethodvalidateName
(nickname: string)
BE/src/auth/user.service.ts:30
↓ 1 callersMethodzcard
(key: string)
BE/src/common/redis/redis.domain-service.ts:35
↓ 1 callersMethodzrange
(key: string, start: number, stop: number)
BE/src/common/redis/redis.domain-service.ts:39
↓ 1 callersMethodzremrangebyrank
( key: string, start: number, stop: number, )
BE/src/common/redis/redis.domain-service.ts:43
↓ 1 callersMethodzrevrank
(key: string, member: string)
BE/src/common/redis/redis.domain-service.ts:55
FunctionAccount
()
FE/src/components/Mypage/Account.tsx:7
FunctionAccountCondition
({ asset }: AccountConditionProps)
FE/src/components/Mypage/AccountCondition.tsx:8
FunctionAccountConditionSkeleton
()
FE/src/components/Mypage/AccountSkeleton.tsx:1
FunctionAccountSkeleton
()
FE/src/components/Mypage/AccountSkeleton.tsx:54
FunctionApp
()
FE/src/App.tsx:20
FunctionBookMark
()
FE/src/components/Mypage/BookMark.tsx:5
FunctionBookmarkSkeleton
()
FE/src/components/Mypage/BookMarkSkeleton.tsx:1
FunctionBuySection
({ code, detailInfo }: BuySectionProps)
FE/src/components/StocksDetail/TradeSection/BuySection.tsx:24
FunctionCancelAlertModal
()
FE/src/components/Mypage/CancelAlertModal.tsx:4
FunctionCard
({ code, name, price, changePercentage, changePrice, flag, index, }: CardProps)
FE/src/components/TopFive/Card.tsx:13
FunctionCard
({ name, id, initialData }: StockIndexChartProps)
FE/src/components/StockIndex/Card.tsx:17
FunctionCard
({ item, type }: Props)
FE/src/components/Rank/Card.tsx:8
FunctionCard
({ data }: CardWithImageProps)
FE/src/components/News/Card.tsx:7
FunctionChart
({ code }: StocksDetailChartProps)
FE/src/components/StocksDetail/Chart.tsx:19
← previousnext →101–200 of 381, ranked by callers