MCPcopy Index your code
hub / github.com/PatchMon/PatchMon / touchActivity

Method touchActivity

server-source-code/internal/rdpproxy/session.go:252–254  ·  view source on GitHub ↗

touchActivity updates the last activity timestamp.

()

Source from the content-addressed store, hash-verified

250
251// touchActivity updates the last activity timestamp.
252func (s *Session) touchActivity() {
253 s.lastActivity.Store(time.Now().UnixNano())
254}
255
256func (s *Session) closeGuacdConn() {
257 s.mu.Lock()

Callers 3

CreateMethod · 0.95
bridgeGuacdToAgentMethod · 0.95
bridgeAgentToGuacdMethod · 0.95

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected