Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jamstack-cms/jamstack-ecommerce
/ fetchInventory
Function
fetchInventory
utils/inventoryProvider.js:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
*/
17
18
async
function
fetchInventory() {
19
// const inventory = API.get(apiUrl)
20
return
Promise.resolve(inventory)
21
}
22
23
export
{
24
fetchInventory, inventory as staticInventory
Callers
6
ViewInventory.js
File · 0.90
inventoryForCategory
Function · 0.90
index.js
File · 0.90
categories.js
File · 0.90
getStaticPaths
Function · 0.90
getStaticProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected