MCPcopy Create free account
hub / github.com/xerrors/Yuxi / getSkillTree

Function getSkillTree

web/src/apis/skill_api.js:55–57  ·  view source on GitHub ↗
(slug)

Source from the content-addressed store, hash-verified

53}
54
55export const getSkillTree = async (slug) => {
56 return apiGet(`${BASE_URL}/${encodeURIComponent(slug)}/tree`)
57}
58
59export const getSkillFile = async (slug, path) => {
60 return apiGet(`${BASE_URL}/${encodeURIComponent(slug)}/file?path=${encodeURIComponent(path)}`)

Callers

nothing calls this directly

Calls 1

apiGetFunction · 0.90

Tested by

no test coverage detected