Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rilldata/rill
/ safeStr
Function
safeStr
admin/server/projects.go:2404–2409 ·
view source on GitHub ↗
(s *string)
Source
from the content-addressed store, hash-verified
2402
}
2403
2404
func
safeStr(s *string) string {
2405
if
s == nil {
2406
return
""
2407
}
2408
return
*s
2409
}
2410
2411
func
safeInt64(s *int64) int64 {
2412
if
s == nil {
Callers
7
orgInviteToPB
Function · 0.85
projInviteToPB
Function · 0.85
magicAuthTokenToPB
Method · 0.85
UpdateProject
Method · 0.85
projToDTO
Method · 0.85
deploymentToDTO
Function · 0.85
projectVariableToDTO
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected