MCPcopy
hub / github.com/nirui/sshwifty / New

Function New

application/application.go:57–62  ·  view source on GitHub ↗

New creates a new Application

(screen io.Writer, logger log.Logger)

Source from the content-addressed store, hash-verified

55
56// New creates a new Application
57func New(screen io.Writer, logger log.Logger) Application {
58 return Application{
59 screen: screen,
60 logger: logger,
61 }
62}
63
64// Run execute the application. It will return when the application is finished
65// running

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected