Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
export
function
resolveSlideEntryPath(ctx: ApiContext, slideId: string): string | null {
75
return
resolveSlidePath(ctx.userCwd, ctx.slidesDir, slideId);
76
}
Callers
2
registerEditRoutes
Function · 0.90
registerCommentRoutes
Function · 0.90
Calls
1
resolveSlidePath
Function · 0.85
Tested by
no test coverage detected