MCPcopy Index your code
hub / github.com/coder/coder / newTestPTY

Function newTestPTY

pty/ptytest/ptytest_other.go:7–9  ·  view source on GitHub ↗
(opts ...pty.Option)

Source from the content-addressed store, hash-verified

5import "github.com/coder/coder/v2/pty"
6
7func newTestPTY(opts ...pty.Option) (pty.PTY, error) {
8 return pty.New(opts...)
9}

Callers 1

NewFunction · 0.70

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected