=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===

This commit is contained in:
julian
2026-06-28 02:50:05 -07:00
parent a19fb90902
commit 586f02a2ca
654 changed files with 5260 additions and 0 deletions
@@ -8,6 +8,7 @@ public interface IMappingUtils
/// <param name="code">The code used to look up the entity.</param>
/// <param name="category">The category used to filter the search.</param>
/// <returns>A nullable tuple containing the type, name, and group of the found entity, or <c>null</c> if no match is found.</returns>
/// <!-- aidoc:v1 sig=b334b7d -->
(string type, string name, string group)? SearchByCode(object code, string category);
/// <summary>
/// Retrieves the complexity value associated with the specified name, optionally applying a weight.
@@ -15,6 +16,7 @@ public interface IMappingUtils
/// <param name="name">The name used to look up the complexity value.</param>
/// <param name="peso">An optional weight value to apply to the complexity calculation.</param>
/// <returns>The complexity value as an integer.</returns>
/// <!-- aidoc:v1 sig=a58a789 -->
int GetComplexityValue(string name, double? peso = null);
// void ConvertStringToDoubleInMapping();