MCPcopy Index your code
hub / github.com/BrasilAPI/BrasilAPI / getLatestReferenceTable

Function getLatestReferenceTable

services/fipe/referenceTable.js:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export async function getLatestReferenceTable() {
22 const tables = await listReferenceTables();
23 return tables[0].codigo;
24}

Callers 5

FipeVehiclesFunction · 0.90
getFipePriceFunction · 0.90
listCarAutomakersFunction · 0.90
listMotorcycleAutomakersFunction · 0.90
listTruckAutomakersFunction · 0.90

Calls 1

listReferenceTablesFunction · 0.85

Tested by

no test coverage detected