Uses of Record Class
org.egothor.methodatlas.command.AiRuntime
Packages that use AiRuntime
Package
Description
CLI command handler implementations for MethodAtlas.
-
Uses of AiRuntime in org.egothor.methodatlas.command
Methods in org.egothor.methodatlas.command with parameters of type AiRuntimeModifier and TypeMethodDescriptionvoidScanOrchestrator.gatherAiSuggestionsForFile(Map<String, List<org.egothor.methodatlas.api.DiscoveredMethod>> byClass, AiRuntime ai, AiResultCache aiCache, Map<String, List<String>> tagsToApply, Map<String, String> displayNames) Resolves AI security-classification suggestions for every class inbyClassand populatestagsToApplyanddisplayNameswith the results for methods that are security-relevant.