MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / String

Method String

common/common.go:540–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

538)
539
540func (p Model) String() string {
541 switch p {
542 case Model_TREE: return "TREE"
543 case Model_TABLE: return "TABLE"
544 }
545 return "<UNSET>"
546}
547
548func ModelFromString(s string) (Model, error) {
549 switch s {

Callers 2

MarshalTextMethod · 0.95
verifySuccessesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected