MCPcopy Create free account
hub / github.com/Microck/opencode-studio / getPaths

Function getPaths

client-next/src/lib/api.ts:184–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184export async function getPaths(): Promise<PathsInfo> {
185 const { data } = await api.get<PathsInfo>('/paths');
186 return data;
187}
188
189export async function getDebugInfo() {
190 try {

Callers 5

SettingsPageFunction · 0.90
handleSetPathFunction · 0.90
handleResetPathFunction · 0.90
loadDetailsFunction · 0.90
getDebugInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected