MCPcopy Create free account
hub / github.com/ByteYellow/AgentProvenance / short

Function short

internal/cli/root.go:103–108  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

101}
102
103func short(value string) string {
104 if len(value) <= 12 {
105 return value
106 }
107 return value[:12]
108}
109
110func wallSecondsText(startedAt, endedAt string) string {
111 if startedAt == "" || endedAt == "" {

Callers 5

snapshotCmdFunction · 0.85
sessionCmdFunction · 0.85
templateCmdFunction · 0.85
printIntentDiffsFunction · 0.85
processCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected