MCPcopy Create free account
hub / github.com/austin-starks/NextTrade /

Class

app/src/controller/searchController.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Request, Response } from "../utils";
4
5class SearchController {
6 search = async (req: Request, res: Response) => {
7 const query = req.query.q as string;
8 let stocks = StockData.searchQueryInModel(query, 8);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected