Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
129
export
function
memberLabelProblem(label: string): string | null {
130
return
folderStyleNameProblem(label,
'member name'
);
131
}
132
133
const
WorksetMemberSchema = z
134
.object({
Callers
5
worksets.test.ts
File · 0.85
composeInteractively
Function · 0.85
validate
Function · 0.85
resolveMemberFlag
Function · 0.85
memberListProblem
Function · 0.85
Calls
1
folderStyleNameProblem
Function · 0.85
Tested by
no test coverage detected