Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
async
function
getLatestReferenceTable() {
22
const
tables =
await
listReferenceTables();
23
return
tables[0].codigo;
24
}
Callers
5
FipeVehicles
Function · 0.90
getFipePrice
Function · 0.90
listCarAutomakers
Function · 0.90
listMotorcycleAutomakers
Function · 0.90
listTruckAutomakers
Function · 0.90
Calls
1
listReferenceTables
Function · 0.85
Tested by
no test coverage detected