MCPcopy Index your code
hub / github.com/coder/coder / ellipse

Function ellipse

coderd/agentapi/metadata.go:123–128  ·  view source on GitHub ↗
(v string, n int)

Source from the content-addressed store, hash-verified

121}
122
123func ellipse(v string, n int) string {
124 if len(v) > n {
125 return v[:n] + "..."
126 }
127 return v
128}

Callers 1

BatchUpdateMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected