🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "revert"

Found 7 matching component(s)

  • function revert_text_section

    Flask API endpoint that reverts a text section to a specific previous version, verifying user ownership before performing the revert operation.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint versioning revert text-section
  • function revert_document_to_version

    Flask API endpoint that reverts a document to a specific previous version after verifying user ownership and authentication.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api-endpoint document-management version-control authentication
  • class TextSectionService

    Service class for managing TextSection entities, providing CRUD operations, versioning, chat functionality, and search capabilities.

    File: /tf/active/vicechatdev/vice_ai/services.py

    service-layer text-management versioning crud-operations chat-integration
  • class DocumentService

    Service class for managing Document entities, including creation, retrieval, section management, versioning, and duplication operations.

    File: /tf/active/vicechatdev/vice_ai/services.py

    document-management service-layer crud-operations versioning section-management
  • class ApprovalCycle_v1

    Model representing a approval cycle for a document version.

    File: /tf/active/vicechatdev/CDocs/models/approval.py

    class approvalcycle
  • class ReviewCycle

    Model representing a review cycle for a document version.

    File: /tf/active/vicechatdev/CDocs/models/review.py

    class reviewcycle
  • function cast_array_to_int64

    Converts a numpy array to int64 dtype while suppressing FutureWarning about datetime64 to int64 casting that is deprecated in newer numpy/pandas versions.

    File: /tf/active/vicechatdev/patches/util.py

    numpy type-conversion datetime int64 warning-suppression

Search Examples