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

Method MsgID

protoc-gen-msg/file.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (self *msgModel) MsgID() int {
49 return int(util.StringHash(self.FullName()))
50}
51
52func (self *msgModel) FullName() string {
53 return fmt.Sprintf("%s.%s", self.parent.PackageName(), self.Name())

Callers

nothing calls this directly

Calls 2

FullNameMethod · 0.95
StringHashFunction · 0.92

Tested by

no test coverage detected