MCPcopy Index your code
hub / github.com/Waishnav/devspace / loadSkillsForWorkspace

Method loadSkillsForWorkspace

src/workspaces.ts:222–228  ·  view source on GitHub ↗
(root: string)

Source from the content-addressed store, hash-verified

220 }
221
222 private loadSkillsForWorkspace(root: string): Pick<Workspace, "skills" | "skillDiagnostics"> {
223 const result = loadWorkspaceSkills(this.config, root);
224 return {
225 skills: result.skills,
226 skillDiagnostics: result.diagnostics,
227 };
228 }
229
230 private assertWorkspaceRootAllowed(root: string, mode: WorkspaceMode, sourceRoot: string | undefined): string {
231 if (mode === "worktree") {

Callers 2

getWorkspaceMethod · 0.95

Calls 1

loadWorkspaceSkillsFunction · 0.85

Tested by

no test coverage detected