Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
func
(self *MessageMeta) TypeName() string {
29
30
if
self == nil {
31
return
""
32
}
33
34
return
self.Type.Name()
35
}
36
37
func
(self *MessageMeta) FullName() string {
38
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected