MCPcopy Create free account
hub / github.com/VienLi/CcView / copyAppOrPage

Function copyAppOrPage

src/api/application.ts:42–48  ·  view source on GitHub ↗
(uuid: string)

Source from the content-addressed store, hash-verified

40}
41
42export function copyAppOrPage(uuid: string): Promise<BaseResult> {
43 return axiosInstance.get(`/api/page/copy`, {
44 params: {
45 uuid
46 }
47 });
48}
49
50export function movePage(origin: string, target: string): Promise<BaseResult> {
51 return axiosInstance.get(`/api/page/move`, {

Callers 1

handleCopyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected