MCPcopy
hub / github.com/containers/toolbox / WithVTIME

Function WithVTIME

src/pkg/term/term.go:64–68  ·  view source on GitHub ↗
(vtime uint8)

Source from the content-addressed store, hash-verified

62}
63
64func WithVTIME(vtime uint8) Option {
65 return func(state *unix.Termios) {
66 state.Cc[unix.VTIME] = vtime
67 }
68}
69
70func WithoutECHO() Option {
71 return func(state *unix.Termios) {

Callers 2

TestSetStateDifferentFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestSetStateDifferentFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…