MCPcopy Create free account
hub / github.com/diillson/chatcli / firstActionType

Function firstActionType

server/handler_analysis.go:148–153  ·  view source on GitHub ↗
(actions []actionEntry)

Source from the content-addressed store, hash-verified

146}
147
148func firstActionType(actions []actionEntry) string {
149 if len(actions) == 0 {
150 return ""
151 }
152 return actions[0].Action
153}
154
155func truncate(s string, n int) string {
156 if len(s) <= n {

Callers 1

AnalyzeIssueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected