MCPcopy
hub / github.com/cli/cli / StartJupyterServer

Method StartJupyterServer

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

Source from the content-addressed store, hash-verified

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

Callers 3

JupyterMethod · 0.65

Implementers 1

invokerinternal/codespaces/rpc/invoker.go

Calls

no outgoing calls

Tested by 2