MCPcopy
hub / github.com/davyxu/cellnet / TypeName

Method TypeName

meta.go:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (self *MessageMeta) TypeName() string {
29
30 if self == nil {
31 return ""
32 }
33
34 return self.Type.Name()
35}
36
37func (self *MessageMeta) FullName() string {
38

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected