MCPcopy Index your code
hub / github.com/xerrors/Yuxi / syncBuiltinSkills

Function syncBuiltinSkills

web/src/apis/skill_api.js:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51export const syncBuiltinSkills = async () => {
52 return apiAdminPost(`${BASE_URL}/builtin/sync`)
53}
54
55export const getSkillTree = async (slug) => {
56 return apiGet(`${BASE_URL}/${encodeURIComponent(slug)}/tree`)

Callers

nothing calls this directly

Calls 1

apiAdminPostFunction · 0.90

Tested by

no test coverage detected