MCPcopy
hub / github.com/cli/cli / Close

Method Close

internal/codespaces/rpc/invoker.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43type Invoker interface {
44 Close() error
45 StartJupyterServer(ctx context.Context) (int, string, error)
46 RebuildContainer(ctx context.Context, full bool) error
47 StartSSHServer(ctx context.Context) (int, string, error)

Callers 15

TestClientRemotesFunction · 0.65
ReadFileFunction · 0.65
editFunction · 0.65
TestHelperProcessFunction · 0.65
newTerminalFunction · 0.65
TestFindNonLegacyFunction · 0.65
TestFindLegacyFunction · 0.65
TestExtractNameFunction · 0.65
TestExtractTitleFunction · 0.65
TestExtractContentsFunction · 0.65
searchMethod · 0.65

Implementers 1

invokerinternal/codespaces/rpc/invoker.go

Calls

no outgoing calls

Tested by 15

TestClientRemotesFunction · 0.52
TestHelperProcessFunction · 0.52
newTerminalFunction · 0.52
TestFindNonLegacyFunction · 0.52
TestFindLegacyFunction · 0.52
TestExtractNameFunction · 0.52
TestExtractTitleFunction · 0.52
TestExtractContentsFunction · 0.52
TestSSOURLFunction · 0.52
TestPlainHttpClientFunction · 0.52
Test_NewCmdCreateFunction · 0.52