Deprecated: That was a method for internal usage that should not have been published. Now just panics.
()
| 1912 | |
| 1913 | // Deprecated: That was a method for internal usage that should not have been published. Now just panics. |
| 1914 | func (*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. |
| 1919 | func (*CollectT) Copy(TestingT) { |
nothing calls this directly
no outgoing calls
no test coverage detected