GetSession returns the current session in a thread-safe manner (exported for enterprise).
()
| 786 | |
| 787 | // GetSession returns the current session in a thread-safe manner (exported for enterprise). |
| 788 | func (p *Proxy) GetSession() *agent.Session { |
| 789 | return p.getSession() |
| 790 | } |
| 791 | |
| 792 | // SetSessionResolver installs a per-TGID session resolver. Pass nil to |
| 793 | // revert to single-session mode. Multi-app composers (the enterprise |
nothing calls this directly
no test coverage detected