Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
James Cherry 2026-07-01 08:12:34 -07:00
parent 998806cb13
commit 900116cf72
1 changed files with 5 additions and 0 deletions

View File

@ -947,6 +947,11 @@ public:
// from/thrus/to are owned and deleted by Search. // from/thrus/to are owned and deleted by Search.
// PathEnds in the returned PathEndSeq are owned by Search PathGroups // PathEnds in the returned PathEndSeq are owned by Search PathGroups
// and deleted on next call. // and deleted on next call.
//
// IMPORTANT: THIS IS NOT THE DROID YOU ARE LOOKING FOR.
// This function is specifically designed to support the many options
// and results of timing reports. It is NOT a good option to find paths
// for optimization.
PathEndSeq findPathEnds(ExceptionFrom *from, PathEndSeq findPathEnds(ExceptionFrom *from,
ExceptionThruSeq *thrus, ExceptionThruSeq *thrus,
ExceptionTo *to, ExceptionTo *to,