Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
func
(dt DataType) String() string {
76
return
string(dt)
77
}
78
79
func
(dt DataType) PropString() []string {
80
return
[]string{dt.String()}
Callers
2
PropString
Method · 0.95
AsName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected