MCPcopy
hub / github.com/weaviate/weaviate / String

Method String

entities/schema/data_types.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73)
74
75func (dt DataType) String() string {
76 return string(dt)
77}
78
79func (dt DataType) PropString() []string {
80 return []string{dt.String()}

Callers 2

PropStringMethod · 0.95
AsNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected