🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function main_v12

    Main entry point function for the Contract Validity Analyzer application that orchestrates configuration loading, logging setup, FileCloud connection, and contract analysis execution.

    File: /tf/active/vicechatdev/contract_validity_analyzer/main.py | Lines: 87-186

    entry-point main-function cli-application contract-analysis filecloud
  • function main_v11

    Command-line interface function that orchestrates pattern-based extraction of poultry flock data, including data loading, pattern classification, geocoding, and export functionality.

    File: /tf/active/vicechatdev/pattern_based_extraction.py | Lines: 505-622

    cli command-line-interface data-extraction poultry-data pattern-analysis
  • function main_v10

    Command-line interface function that orchestrates PDF document analysis using OCR and LLM processing, with configurable input/output paths and processing limits.

    File: /tf/active/vicechatdev/mailsearch/document_analyzer.py | Lines: 563-617

    cli command-line entry-point pdf-processing ocr
  • function main_v9

    Asynchronous main entry point function that initializes and runs an email forwarding SMTP server with logging, configuration validation, and graceful shutdown handling.

    File: /tf/active/vicechatdev/email-forwarder/src/main.py | Lines: 36-72

    async smtp email server entry-point
  • function main_v8

    Main execution function that orchestrates the import of controlled documents from FileCloud into a Neo4j database, checking for duplicates and managing document metadata.

    File: /tf/active/vicechatdev/CDocs/FC_sync.py | Lines: 483-565

    document-management filecloud neo4j import batch-processing
  • function main_v7

    Main entry point function that orchestrates the contract validity analysis workflow by loading configuration, setting up logging, initializing the analyzer, running analysis, and reporting results.

    File: /tf/active/vicechatdev/contract_validity_analyzer/core/analyzer.py | Lines: 568-595

    entry-point orchestration contract-analysis workflow configuration
  • class RemarkableUploadManager

    Manages uploads to reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/upload_manager.py | Lines: 32-1125

    class remarkableuploadmanager
  • function test_root_finding

    A test function that analyzes a reMarkable tablet replica database JSON file to identify and list all root-level entries (folders and documents without parent nodes).

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/debug_root.py | Lines: 6-49

    testing debugging file-system remarkable-tablet json-parsing
  • function main_v66

    Main entry point function that analyzes a reMarkable tablet replica directory by loading its database, printing analysis results, and displaying sync information.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 260-283

    cli entry-point file-system analysis remarkable-tablet
  • function print_sync_info

    Reads and displays synchronization log information from a JSON file in a replica directory, including last sync time, root hash, and number of nodes synced.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 239-257

    logging synchronization file-io json display
  • function print_database_analysis

    Prints a comprehensive, formatted analysis of a reMarkable tablet replica database, including statistics, hierarchy information, file types, and a content tree visualization.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 171-236

    remarkable database-analysis reporting visualization console-output
  • function analyze_file_types

    Analyzes file types within a replica database structure, counting different file categories and tracking file extensions.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 132-168

    file-analysis data-processing statistics file-types replica
  • function print_node_tree

    Recursively prints a hierarchical tree visualization of nodes with icons, names, file counts, and modification dates to the console.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 82-129

    tree-visualization hierarchical-data console-output recursive file-system
  • function format_file_size

    Converts a file size in bytes to a human-readable string format with appropriate units (B, KB, MB, or GB).

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 70-79

    file-size formatting human-readable bytes-conversion utility
  • function format_file_size_v1

    Converts a file size in bytes to a human-readable string format with appropriate units (B, KB, MB, GB, TB).

    File: /tf/active/vicechatdev/SPFCsync/dry_run_test.py | Lines: 19-28

    file-size formatting utility human-readable bytes-conversion
  • function analyze_hierarchy

    Analyzes a hierarchical database structure to extract statistics about nodes, their relationships, depths, and types.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 35-67

    hierarchy tree-structure data-analysis statistics graph-analysis
  • function load_database

    Loads a JSON database file from a replica directory and returns its contents as a dictionary, with error handling for missing files or parsing failures.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py | Lines: 19-32

    database json file-loading error-handling replica
  • class DocumentMover

    Moves documents between folders using the working upload mechanism

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_move_from_trash.py | Lines: 52-520

    class documentmover
  • function main_v46

    Orchestrates the application of multiple critical fixes to align test code with real application behavior, including user agent, metadata, page data, JWT, and field corrections.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/implementation_fixer.py | Lines: 368-393

    testing fixing automation code-generation test-synchronization
  • function main_v65

    Entry point function that orchestrates a complete synchronization of a reMarkable tablet's content, displaying progress and summary statistics.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica.py | Lines: 826-860

    entry-point synchronization remarkable-tablet cli-tool error-handling