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

Function Handle

ssh.go:115–117  ·  view source on GitHub ↗

Handle registers the handler as the DefaultHandler.

(handler Handler)

Source from the content-addressed store, hash-verified

113
114// Handle registers the handler as the DefaultHandler.
115func Handle(handler Handler) {
116 DefaultHandler = handler
117}
118
119// KeysEqual is constant time compare of the keys to avoid timing attacks.
120func KeysEqual(ak, bk PublicKey) bool {

Callers 5

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…