Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coderwhy/HYMiniMall
/ getCategory
Function
getCategory
service/category.js:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
request from
'./network.js'
2
3
export
function
getCategory() {
4
return
request({
5
url:
'/category'
6
})
7
}
8
9
export
function
getSubcategory(maitKey) {
10
return
request({
Callers
1
_getCategory
Function · 0.90
Calls
1
request
Function · 0.85
Tested by
no test coverage detected