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

Function nullInt64

coderd/x/chatd/chatdebug/service.go:676–678  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

674}
675
676func nullInt64(v int64) sql.NullInt64 {
677 return sql.NullInt64{Int64: v, Valid: v != 0}
678}
679
680func nullString(value string) sql.NullString {
681 return sql.NullString{String: value, Valid: value != ""}

Callers 3

CreateRunMethod · 0.85
CreateStepMethod · 0.85
UpdateStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected