//! Platform-specific and specialized analysis route handlers
//!
//! Handles: GraphMetrics, NameSimilarity, ProofAnnotations, IncrementalCoverage,
//! SymbolTable, BigO, AssemblyScript, WebAssembly, Wasm, DeepWasm, Mutation,
//! Makefile, Models (MLOps)
use crate;
use Result;
// Route handlers for graph, name similarity, proof, coverage, symbol table,
// big-o, assemblyscript, webassembly, wasm, deep_wasm, mutation, makefile
include!;
// Model analysis route handler and MLOps inventory helpers
include!;