MCPcopy Index your code
hub / github.com/keploy/keploy / ExecCancel

Function ExecCancel

utils/ctx.go:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func ExecCancel() {
160 cancel()
161}
162
163func SetCancel(c context.CancelFunc) {
164 cancel = c

Callers 2

TestFunction · 0.92
StopFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFunction · 0.74