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

Method Copy

internal/testify/assert/assertions.go:1919–1921  ·  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

1917
1918// Deprecated: That was a method for internal usage that should not have been published. Now just panics.
1919func (*CollectT) Copy(TestingT) {
1920 panic("Copy() is deprecated")
1921}
1922
1923// EventuallyWithT asserts that given condition will be met in waitFor time,
1924// periodically checking target function each tick. In contrast to Eventually,

Callers 1

httpReadBodyFunction · 0.80

Calls

no outgoing calls

Tested by 1

httpReadBodyFunction · 0.64