MCPcopy Create free account
hub / github.com/Driver-C/tryssh / TestNewKeysCommand_Run

Function TestNewKeysCommand_Run

cmd/create/create_test.go:193–199  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

191}
192
193func TestNewKeysCommand_Run(t *testing.T) {
194 cleanup := setupTempConfig(t)
195 defer cleanup()
196
197 cmd := NewKeysCommand()
198 cmd.Run(cmd, []string{"/home/user/.ssh/id_rsa"})
199}
200
201// --- Caches command ---
202

Callers

nothing calls this directly

Calls 2

setupTempConfigFunction · 0.70
NewKeysCommandFunction · 0.70

Tested by

no test coverage detected