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

Function nullString

coderd/x/chatd/chatdebug/service.go:680–682  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

678}
679
680func nullString(value string) sql.NullString {
681 return sql.NullString{String: value, Valid: value != ""}
682}
683
684func nullTime(value time.Time) sql.NullTime {
685 return sql.NullTime{Time: value, Valid: !value.IsZero()}

Callers 3

CreateRunMethod · 0.85
UpdateRunMethod · 0.85
UpdateStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected