MCPcopy 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}
66export function getDetail(uuid: string): Promise<BaseResult> {
67 return axiosInstance.get(`/api/page/getPage`, {
68 params: {
69 uuid
70 }
71 });
72}

Callers 2

ApplicationListFunction · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected