MCPcopy Create free account
hub / github.com/expr-lang/expr / Reset

Method Reset

internal/testify/assert/assertions.go:1914–1916  ·  view source on GitHub ↗

Deprecated: That was a method for internal usage that should not have been published. Now just panics.

()

Source from the content-addressed store, hash-verified

1912
1913// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
1914func (*CollectT) Reset() {
1915 panic("Reset() is deprecated")
1916}
1917
1918// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
1919func (*CollectT) Copy(TestingT) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected