MCPcopy
hub / github.com/cli/cli / Error

Method Error

pkg/cmd/repo/autolink/view/view_test.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108type testAutolinkClientViewError struct{}
109
110func (e testAutolinkClientViewError) Error() string {
111 return "autolink client view error"
112}
113
114func TestViewRun(t *testing.T) {
115 tests := []struct {

Callers 15

TestNewCmdViewFunction · 0.45
TestViewRunFunction · 0.45
TestNewCmdListFunction · 0.45
TestListRunFunction · 0.45
Test_NewCmdReadDirFunction · 0.45
Test_readDirRunFunction · 0.45
TestDeleteRunFunction · 0.45
TestViewRunFunction · 0.45
TestNewCmdReadFileFunction · 0.45
Test_readFileRunFunction · 0.45
TestNewCmdDeleteFunction · 0.45
Test_deleteRunFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected