MCPcopy
hub / github.com/stretchr/testify / Copy

Method Copy

assert/assertions.go:2051–2053  ·  view source on GitHub ↗

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

(TestingT)

Source from the content-addressed store, hash-verified

2049
2050// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
2051func (*CollectT) Copy(TestingT) {
2052 panic("Copy() is deprecated")
2053}
2054
2055func (c *CollectT) fail() {
2056 if !c.failed() {

Callers 2

generateCodeFunction · 0.80
httpReadBodyFunction · 0.80

Calls

no outgoing calls

Tested by 1

httpReadBodyFunction · 0.64