Skip to content

Commit e79d9cf

Browse files
committed
Code doc
1 parent 6328260 commit e79d9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/simulation/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func (c Config) shallowCopy() Config {
3232
return c
3333
}
3434

35+
// With sets the values of t, seed, and fuzzSeed in a copy of the Config and returns the copy.
3536
func (c Config) With(t *testing.T, seed int64, fuzzSeed []byte) Config {
3637
r := c.shallowCopy()
3738
r.T = t

0 commit comments

Comments
 (0)