()
| 24 | public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); |
| 25 | |
| 26 | public void OnGet() |
| 27 | { |
| 28 | RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier; |
| 29 | } |
| 30 | } |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected