MCPcopy
hub / github.com/SpecterOps/BloodHound / String

Struct String

cmd/api/src/database/types/null/string.go:35–37  ·  view source on GitHub ↗

String is a nullable string. It supports SQL and JSON serialization. It will marshal to null if null. Blank string input will be considered null.

Source from the content-addressed store, hash-verified

33// String is a nullable string. It supports SQL and JSON serialization.
34// It will marshal to null if null. Blank string input will be considered null.
35type String struct {
36 sql.NullString
37}
38
39// StringFrom creates a new String that will never be blank.
40func StringFrom(s string) String {

Callers 11

FormMessageFunction · 0.85
handleCalendarChangeFunction · 0.85
CreateUserFormInnerFunction · 0.85
ExploreTableHeaderCellFunction · 0.85
UpdateUserFormInnerFunction · 0.85
DetailsAccordionFunction · 0.85
BasicInfoWrapperFunction · 0.85
useFileUploadQueryFunction · 0.85

Calls

no outgoing calls

Tested by 1

BasicInfoWrapperFunction · 0.68