Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"testing"
4
5
type
testMessageCounter
struct
{
6
counter, counter2 int
7
}
8
9
func
(testMessageCounter) Type() string {
10
return
"testMessageCounter"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected