MCPcopy 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}
161type MyComponent2Face interface {
162 GetMyComponent2() *MyComponent2
163}
164
165func (c *MyComponent2) GetMyComponent2() *MyComponent2 {
166 return c

Callers 2

AddByInterfaceMethod · 0.65
AddByInterfaceMethod · 0.65

Implementers 1

MyComponent2entity_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…