MCPcopy Create free account
hub / github.com/Qinbf/groundmap / GET

Function GET

web/app/api/workspaces/route.ts:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6/** 列出当前数据根(KB_ROOT)下的所有 workspace 与当前所选,供顶栏 WorkspaceSwitcher 用。 */
7export async function GET() {
8 return NextResponse.json({
9 workspaces: listWorkspaces(),
10 current: resolveWorkspace(),
11 });
12}

Callers

nothing calls this directly

Calls 2

listWorkspacesFunction · 0.90
resolveWorkspaceFunction · 0.90

Tested by

no test coverage detected