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

Function WithVMIN

src/pkg/term/term.go:58–62  ·  view source on GitHub ↗
(vmin uint8)

Source from the content-addressed store, hash-verified

56}
57
58func WithVMIN(vmin uint8) Option {
59 return func(state *unix.Termios) {
60 state.Cc[unix.VMIN] = vmin
61 }
62}
63
64func WithVTIME(vtime uint8) Option {
65 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…