MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / offset

Method offset

proto/generic/node.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (self Node) offset() uintptr {
92 return uintptr(self.v) + uintptr(self.l)
93}
94
95func (self *Node) SetElemType(et proto.Type) {
96 self.et = et

Callers 2

replaceMethod · 0.95
replaceManyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected