MCPcopy Index your code
hub / github.com/coder/coder / SessionID

Method SessionID

agent/agentssh/agentssh_internal_test.go:171–173  ·  view source on GitHub ↗

SessionID returns the session hash.

()

Source from the content-addressed store, hash-verified

169
170// SessionID returns the session hash.
171func (testSSHContext) SessionID() string {
172 panic("not implemented")
173}
174
175// ClientVersion returns the version reported by the client.
176func (testSSHContext) ClientVersion() string {

Callers 2

x11HandlerMethod · 0.80
HandleSSHRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected