MCPcopy Index your code
hub / github.com/anomalyco/opencode / scrollLspStart

Function scrollLspStart

packages/opencode/src/cli/cmd/run/tool.ts:858–860  ·  view source on GitHub ↗
(p: ToolProps<typeof LspTool>)

Source from the content-addressed store, hash-verified

856}
857
858function scrollLspStart(p: ToolProps<typeof LspTool>): string {
859 return `→ ${lspTitle(p.input)}`
860}
861
862function scrollSkillStart(p: ToolProps<typeof SkillTool>): string {
863 return `→ Skill "${p.input.name ?? ""}"`

Callers

nothing calls this directly

Calls 1

lspTitleFunction · 0.85

Tested by

no test coverage detected