| 470 | } |
| 471 | rows.Close() |
| 472 | |
| 473 | if len(dupedSIDs) > 0 { |
| 474 | fmt.Fprintf(os.Stderr, |
| 475 | "flow migration: deduplicating %d session_id(s) shared across multiple tasks (only one task may carry a given session_id):\n", |
nothing calls this directly
no outgoing calls
no test coverage detected