🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function main_v64

    Entry point function that orchestrates a repair process for a corrupted reMarkable root.docSchema file by running a dry-run analysis first, then optionally applying the repair based on user confirmation.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/fix_root_docschema.py | Lines: 405-438

    cli repair-tool remarkable docschema interactive
  • function main_v63

    Executes a simulation-only test of a fixed upload process for reMarkable documents, verifying that all critical fixes are correctly applied without making actual API calls.

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

    testing simulation upload remarkable validation
  • function main_v62

    Entry point function that orchestrates the analysis of a document uploaded through a reMarkable app, saves results and logs, and reports success or failure.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_real_app_upload.py | Lines: 384-407

    entry-point orchestration remarkable document-analysis cloud-upload
  • function main_v61

    Entry point function that authenticates with Remarkable cloud service and builds a complete local replica of the user's Remarkable documents and notebooks.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica_v2.py | Lines: 887-908

    testing authentication remarkable cloud-sync replica
  • function main_v60

    Main entry point function that orchestrates a standalone synchronization process for reMarkable Replica, handling initialization, execution, and error reporting.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py | Lines: 448-471

    entry-point sync remarkable cli error-handling
  • function main_v59

    Orchestrates a comprehensive demonstration of E-Ink LLM hybrid mode capabilities, running three sequential demos showcasing graphics generation, placeholder parsing, and complete hybrid response processing.

    File: /tf/active/vicechatdev/e-ink-llm/demo_hybrid_mode.py | Lines: 207-233

    async demo orchestration e-ink hybrid-mode
  • function main_v58

    Asynchronous main test function that validates reMarkable Cloud integration by either testing with a one-time authentication code or existing authentication credentials.

    File: /tf/active/vicechatdev/e-ink-llm/test_remarkable.py | Lines: 98-114

    async testing authentication remarkable cloud-integration
  • function main_v57

    Main execution function that orchestrates a document comparison workflow between two directories (mailsearch/output and wuxi2 repository), scanning for coded documents, comparing them, and generating results.

    File: /tf/active/vicechatdev/mailsearch/compare_documents.py | Lines: 412-440

    document-comparison file-scanning workflow-orchestration main-entry-point batch-processing
  • function main_v56

    Orchestrates and executes a test suite for an email forwarder service, running multiple test functions sequentially and reporting results.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py | Lines: 96-130

    testing test-suite email forwarder integration-tests
  • function main_v55

    Orchestrates and executes a suite of ODBC connectivity tests for SQL Server, providing formatted output and a summary of test results.

    File: /tf/active/vicechatdev/full_smartstat/test_odbc.py | Lines: 69-104

    testing odbc sql-server connectivity database
  • function main_v54

    Test orchestration function that executes a comprehensive test suite for DocChat's multi-LLM model selection feature and reports results.

    File: /tf/active/vicechatdev/docchat/test_model_selection.py | Lines: 172-213

    testing integration-tests test-orchestration multi-llm test-runner
  • function main_v53

    Main test function that validates SharePoint Graph API integration, tests the Graph client connection, and verifies FileCloud sync functionality.

    File: /tf/active/vicechatdev/SPFCsync/test_graph_client.py | Lines: 99-145

    testing integration-test sharepoint graph-api filecloud
  • function main_v52

    Main test function that validates SharePoint REST API connectivity by loading configuration, setting up logging, and executing REST client tests.

    File: /tf/active/vicechatdev/SPFCsync/test_rest_client.py | Lines: 61-90

    testing sharepoint rest-api integration-test configuration
  • function main_v51

    A diagnostic function that explores SharePoint site structure to investigate why only 2 folders are visible when more are expected in the web interface.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py | Lines: 248-288

    diagnostic sharepoint debugging folder-exploration configuration-validation
  • function main_v50

    Interactive CLI helper function that generates and displays instructions for granting SharePoint app permissions to an Azure AD application.

    File: /tf/active/vicechatdev/SPFCsync/grant_sharepoint_access.py | Lines: 24-85

    sharepoint azure-ad permissions cli-helper configuration
  • function main_v49

    A validation function that checks SharePoint configuration settings from environment variables and provides diagnostic feedback on their validity.

    File: /tf/active/vicechatdev/SPFCsync/validate_config.py | Lines: 79-128

    validation configuration sharepoint azure environment-variables
  • function main_v48

    Command-line interface entry point for monitoring SharePoint to FileCloud synchronization logs, providing status analysis, log tailing, and real-time watching capabilities.

    File: /tf/active/vicechatdev/SPFCsync/monitor.py | Lines: 202-247

    cli command-line-interface log-monitoring sharepoint filecloud
  • function main_v47

    Entry point function that executes a comprehensive test suite for Chroma DB collections, including collection listing and creation tests, followed by troubleshooting suggestions.

    File: /tf/active/vicechatdev/test_chroma_collections.py | Lines: 186-204

    testing debugging chroma-db database collections
  • class ImplementationFixer

    A utility class that automatically fixes implementation discrepancies between a custom reMarkable tablet upload implementation and the real reMarkable app behavior by modifying source files.

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

    code-fixer file-modification remarkable-tablet implementation-alignment automation
  • class RemarkableReplicaSync_v1

    Standalone replica synchronization using proven local_replica_v2 approach

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

    class remarkablereplicasync