Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ MyComponent2Face
Interface
MyComponent2Face
entity_test.go:161–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
C, D int
160
}
161
type
MyComponent2Face
interface
{
162
GetMyComponent2() *MyComponent2
163
}
164
165
func
(c *MyComponent2) GetMyComponent2() *MyComponent2 {
166
return
c
Callers
2
AddByInterface
Method · 0.65
AddByInterface
Method · 0.65
Implementers
1
MyComponent2
entity_test.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…