MCPcopy
hub / github.com/Fission-AI/OpenSpec / getWorksetsFilePath

Function getWorksetsFilePath

src/core/worksets.ts:70–72  ·  view source on GitHub ↗
(options: WorksetPathOptions = {})

Source from the content-addressed store, hash-verified

68}
69
70export function getWorksetsFilePath(options: WorksetPathOptions = {}): string {
71 return FileSystemUtils.joinPath(getWorksetsDir(options), WORKSETS_FILE_NAME);
72}
73
74export function getWorksetCodeWorkspacePath(
75 name: string,

Callers 7

workset.test.tsFile · 0.85
worksets.test.tsFile · 0.85
invalidWorksetsFileErrorFunction · 0.85
readWorksetsStateFunction · 0.85
updateWorksetsStateFunction · 0.85
withWorksetsLockFunction · 0.85
removeWorksetFunction · 0.85

Calls 2

getWorksetsDirFunction · 0.85
joinPathMethod · 0.80

Tested by

no test coverage detected