Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VienLi/CcView
/ getDetail
Function
getDetail
src/api/application.ts:66–72 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
64
});
65
}
66
export
function
getDetail(uuid: string): Promise<BaseResult> {
67
return
axiosInstance.get(`/api/page/getPage`, {
68
params: {
69
uuid
70
}
71
});
72
}
Callers
2
ApplicationList
Function · 0.90
index.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected