MCPcopy Create free account
hub / github.com/conforma/cli / stateful

Struct stateful

acceptance/testenv/testenv_test.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32type key int
33
34type stateful struct {
35 Number int
36 Str string
37}
38
39const (
40 statefulKey key = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected