MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Run

Method Run

e2e_framework_test.go:391–408  ·  view source on GitHub ↗
(name string, f func(t T))

Source from the content-addressed store, hash-verified

389}
390
391func (c *testContext) Run(name string, f func(t T)) bool {
392 c.T.Helper()
393 return c.T.Run(name, func(t *testing.T) {
394 t.Helper()
395 f(&testContext{
396 t,
397 c.cfg,
398 c.lock,
399 c.users,
400 c.authPort,
401 c.sshPort,
402 c.lifecycle,
403 c.sshConn,
404 nil,
405 nil,
406 })
407 })
408}
409
410type authHandler struct {
411 userdb AuthUserStorage

Callers

nothing calls this directly

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected