MCPcopy Create free account
hub / github.com/browserwing/browserwing / GetSession

Method GetSession

backend/api/router.go:333–333  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

331 type AgentHandlerInterface interface {
332 CreateSession(c *gin.Context)
333 GetSession(c *gin.Context)
334 ListSessions(c *gin.Context)
335 DeleteSession(c *gin.Context)
336 SendMessage(c *gin.Context)

Callers 4

StreamExplorationMethod · 0.65
GetExplorationScriptMethod · 0.65
SaveExplorationScriptMethod · 0.65
GetSessionMethod · 0.65

Implementers 2

Handlerbackend/agent/handlers.go
AgentManagerbackend/agent/agent.go

Calls

no outgoing calls

Tested by

no test coverage detected