Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
123
func
ellipse(v string, n int) string {
124
if
len(v) > n {
125
return
v[:n] +
"..."
126
}
127
return
v
128
}
Callers
1
BatchUpdateMetadata
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected