MITMServer returns the running MITM proxy or nil.
()
| 380 | |
| 381 | // MITMServer returns the running MITM proxy or nil. |
| 382 | func (a *Application) MITMServer() *mitm.Server { return a.mitmServer.Load() } |
| 383 | |
| 384 | // MITMHostConflicts returns a snapshot of host→[]model-name pairs that |
| 385 | // are claimed by 2+ model configs. Empty when the 1-to-1 invariant |
no test coverage detected