Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
(self Node) offset() uintptr {
92
return
uintptr(self.v) + uintptr(self.l)
93
}
94
95
func
(self *Node) SetElemType(et proto.Type) {
96
self.et = et
Callers
2
replace
Method · 0.95
replaceMany
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected