MCPcopy Create free account
hub / github.com/CFBD/cfb-api / getCategories

Function getCategories

app/stats/stats.controller.js:36–39  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

34 }
35
36 const getCategories = async (req, res) => {
37 const categories = await service.getCategories();
38 res.send(categories);
39 }
40
41 const getAdvancedStats = async (req, res) => {
42 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected