List of all items
Structs
- budget::BudgetConfig
- budget::BudgetEnforcer
- budget::EnforcementResult
- chunking::Chunk
- chunking::ChunkContext
- chunking::ChunkFile
- chunking::Chunker
- chunking::CrossReference
- config::Config
- config::OutputConfig
- config::PatternConfig
- config::PerformanceConfig
- config::ScanConfig
- config::SecurityConfig
- config::SymbolConfig
- dependencies::DependencyEdge
- dependencies::DependencyGraph
- dependencies::DependencyNode
- dependencies::DependencyStats
- dependencies::ResolvedImport
- dependencies::SymbolReference
- git::BlameLine
- git::ChangedFile
- git::Commit
- git::GitRepo
- incremental::CacheStats
- incremental::CachedFile
- incremental::CachedSymbol
- incremental::IncrementalScanner
- incremental::RepoCache
- index::builder::BuildOptions
- index::builder::IndexBuilder
- index::context::CallChain
- index::context::ContextExpander
- index::context::ContextFile
- index::context::ContextSnippet
- index::context::ContextSymbol
- index::context::DiffChange
- index::context::ExpandedContext
- index::context::ImpactSummary
- index::lazy::LazyContextBuilder
- index::storage::IndexMeta
- index::storage::IndexStorage
- index::types::DepGraph
- index::types::FileEntry
- index::types::FileId
- index::types::Import
- index::types::IndexSymbol
- index::types::Reference
- index::types::Span
- index::types::SymbolId
- index::types::SymbolIndex
- mmap_scanner::MappedFile
- mmap_scanner::MmapScanner
- mmap_scanner::ScanStats
- mmap_scanner::ScannedFile
- mmap_scanner::StreamingProcessor
- output::JsonFormatter
- output::MarkdownFormatter
- output::OutputFormatter
- output::PlainFormatter
- output::ToonFormatter
- output::XmlFormatter
- output::YamlFormatter
- parser::Parser
- ranking::SymbolRanker
- remote::RemoteRepo
- repomap::FileIndexEntry
- repomap::ModuleEdge
- repomap::ModuleGraph
- repomap::ModuleNode
- repomap::RankedSymbol
- repomap::RepoMap
- repomap::RepoMapGenerator
- security::SecretFinding
- security::SecurityScanner
- semantic::CodeChunk
- semantic::SemanticAnalyzer
- semantic::SemanticCompressor
- semantic::SemanticConfig
- tokenizer::TokenCounts
- tokenizer::Tokenizer
- types::GitChangedFile
- types::GitCommitInfo
- types::GitHistory
- types::LanguageStats
- types::RepoFile
- types::RepoMetadata
- types::Repository
- types::Symbol
Enums
- budget::TruncationStrategy
- chunking::ChunkStrategy
- config::ConfigError
- dependencies::DependencyType
- dependencies::ReferenceContext
- error::InfiniloomError
- git::FileStatus
- git::GitError
- incremental::CacheError
- incremental::FileChange
- index::builder::BuildError
- index::context::ChangeClassification
- index::context::ChangeType
- index::context::ContextDepth
- index::context::ImpactLevel
- index::lazy::LazyError
- index::storage::StorageError
- index::types::IndexSymbolKind
- index::types::Language
- index::types::RefKind
- index::types::Visibility
- output::OutputFormat
- parser::Language
- parser::ParserError
- remote::GitProvider
- remote::RemoteError
- security::SecretKind
- security::Severity
- semantic::SemanticError
- tokenizer::TokenModel
- types::CompressionLevel
- types::SymbolKind
- types::Visibility
Traits
Functions
- default_ignores::filter_default_ignores
- default_ignores::matches_any
- incremental::get_mtime
- incremental::hash_content
- ranking::count_symbol_references
- ranking::rank_files
- ranking::sort_files_by_importance
- tokenizer::quick_estimate
Type Aliases
- error::Result
- semantic::CharacterFrequencyAnalyzer
- semantic::HeuristicCompressionConfig
- semantic::HeuristicCompressor
- semantic::Result
- types::TokenizerModel
Statics
- index::patterns::GO_IMPORT
- index::patterns::JAVA_IMPORT
- index::patterns::JS_IMPORT
- index::patterns::JS_IMPORT_MULTILINE
- index::patterns::JS_REQUIRE
- index::patterns::PYTHON_FROM_IMPORT
- index::patterns::PYTHON_IMPORT
- index::patterns::RUST_USE