MCPcopy
hub / github.com/EngoEngine/engo / testMessageCounter

Struct testMessageCounter

message_test.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "testing"
4
5type testMessageCounter struct {
6 counter, counter2 int
7}
8
9func (testMessageCounter) Type() string {
10 return "testMessageCounter"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected