MCPcopy
hub / github.com/gliderlabs/ssh / sshContext

Struct sshContext

context.go:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type sshContext struct {
95 context.Context
96 *sync.Mutex
97
98 values map[interface{}]interface{}
99 valuesMu sync.Mutex
100}
101
102func newContext(srv *Server) (*sshContext, context.CancelFunc) {
103 innerCtx, cancel := context.WithCancel(context.Background())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected