MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / getViewCode

Function getViewCode

frontend/src/axios/index.ts:14–16  ·  view source on GitHub ↗
(module: string)

Source from the content-addressed store, hash-verified

12 return await request.get(`/images/providers/icons/${providerId}.svg`)
13}
14const getViewCode = async (module: string) => {
15 return await request.get(`api/v1/ui/template_codes/get_code?module=${module}`)
16}
17export { verifyToken , fetchLogin, fetchIcon, getViewCode }

Callers 3

fetchCodeDataFunction · 0.90
fetchCodeDataFunction · 0.90
fetchCodeDataFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected