MCPcopy
hub / github.com/1weiho/open-slide / resolveSlideEntryPath

Function resolveSlideEntryPath

packages/core/src/vite/routes/context.ts:74–76  ·  view source on GitHub ↗
(ctx: ApiContext, slideId: string)

Source from the content-addressed store, hash-verified

72}
73
74export function resolveSlideEntryPath(ctx: ApiContext, slideId: string): string | null {
75 return resolveSlidePath(ctx.userCwd, ctx.slidesDir, slideId);
76}

Callers 2

registerEditRoutesFunction · 0.90
registerCommentRoutesFunction · 0.90

Calls 1

resolveSlidePathFunction · 0.85

Tested by

no test coverage detected