Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/ecs
/ MyComponent2
Struct
MyComponent2
entity_test.go:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
type
MyComponent2
struct
{
159
C, D int
160
}
161
type
MyComponent2Face
interface
{
162
GetMyComponent2() *MyComponent2
163
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected