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

Method SetValue

context.go:91–91  ·  view source on GitHub ↗

SetValue allows you to easily write new values into the underlying context.

(key, value interface{})

Source from the content-addressed store, hash-verified

89
90 // SetValue allows you to easily write new values into the underlying context.
91 SetValue(key, value interface{})
92}
93
94type sshContext struct {

Callers 6

configMethod · 0.65
HandleConnMethod · 0.65
TestSetValueFunction · 0.65
TestSetValueConcurrencyFunction · 0.65
applyConnMetadataFunction · 0.65
SetAgentRequestedFunction · 0.65

Implementers 1

sshContextcontext.go

Calls

no outgoing calls

Tested by 2

TestSetValueFunction · 0.52
TestSetValueConcurrencyFunction · 0.52