Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ safeString
Function
safeString
coderd/database/db.go:221–226 ·
view source on GitHub ↗
(s *string)
Source
from the content-addressed store, hash-verified
219
}
220
221
func
safeString(s *string) string {
222
if
s == nil {
223
return
"<nil>"
224
}
225
return
*s
226
}
Callers
2
String
Method · 0.85
String
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected