Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
import
"github.com/coder/coder/v2/pty"
6
7
func
newTestPTY(opts ...pty.Option) (pty.PTY, error) {
8
return
pty.New(opts...)
9
}
Callers
1
New
Function · 0.70
Calls
1
New
Function · 0.92
Tested by
no test coverage detected