Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ firstChars
Function
firstChars
orchestrate/skills/orchestrate/scripts/cli/util.ts:595–597 ·
view source on GitHub ↗
(s: string | undefined, n: number)
Source
from the content-addressed store, hash-verified
593
}
594
595
export
function
firstChars(s: string | undefined, n: number): string {
596
return
(s ??
""
).slice(0, n);
597
}
Callers
1
registerInspectCommands
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected