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

Function getPositions

app/draft/draft.service.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 };
12
13 const getPositions = async () => {
14 let positions = await db.any(`SELECT DISTINCT name, abbreviation FROM draft_position ORDER BY name`);
15
16 return positions;
17 };
18
19 const getPicks = async (year, team, school, conference, position) => {
20 const filters = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected