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

Function memberLabelProblem

src/core/worksets.ts:129–131  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

127}
128
129export function memberLabelProblem(label: string): string | null {
130 return folderStyleNameProblem(label, 'member name');
131}
132
133const WorksetMemberSchema = z
134 .object({

Callers 5

worksets.test.tsFile · 0.85
composeInteractivelyFunction · 0.85
validateFunction · 0.85
resolveMemberFlagFunction · 0.85
memberListProblemFunction · 0.85

Calls 1

folderStyleNameProblemFunction · 0.85

Tested by

no test coverage detected