MCPcopy
hub / github.com/pion/webrtc / String

Struct String

pkg/null/null.go:141–144  ·  view source on GitHub ↗

String is used to represent a string that may be null.

Source from the content-addressed store, hash-verified

139
140// String is used to represent a string that may be null.
141type String struct {
142 Valid bool
143 String string
144}
145
146// NewString turns a string into a valid null.String.
147func NewString(value string) String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected