Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ normalizeSkillMenuLines
Function
normalizeSkillMenuLines
packages/node-runtime/src/ai/skill-menu.ts:46–48 ·
view source on GitHub ↗
(lines: readonly string[])
Source
from the content-addressed store, hash-verified
44
}
45
46
function
normalizeSkillMenuLines(lines: readonly string[]): string[] {
47
return
lines.map((line) => line.trim()).filter(Boolean)
48
}
Callers
2
buildSkillMenuText
Function · 0.85
appendSkillMenuLines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected