MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / Err

Method Err

tui/progress.go:88–90  ·  view source on GitHub ↗

Err returns the error from the API command, if any.

()

Source from the content-addressed store, hash-verified

86
87// Err returns the error from the API command, if any.
88func (m ProgressModel) Err() error {
89 return m.err
90}
91
92// Cancelled returns true if the user cancelled the operation.
93func (m ProgressModel) Cancelled() bool {

Callers 9

sleepWithContextFunction · 0.80
WaitForTCPPortFunction · 0.80
parseChecksumFunction · 0.80
runPortsForwardFunction · 0.80
runConnectWithOptionsFunction · 0.80
runModifyFunction · 0.80
runCreateFunction · 0.80
runSnapshotCreateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected