🔍 Code Extractor

Search Components

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

Search Results for "transactional"

Found 5 matching component(s)

  • function create_document

    Creates a new controlled document in a document management system with versioning, audit trails, and optional initial content.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management controlled-documents document-creation versioning audit-trail
  • function clone_document_v2

    Clones an existing controlled document to create either a new independent document or a new revision of the same document, optionally including the document's content.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management cloning versioning controlled-documents revision-control
  • function create_node_and_ensure_relationships

    Creates a new node in a Neo4j graph database and establishes multiple relationships to existing nodes within a single atomic transaction.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py

    neo4j graph-database node-creation relationship-management transaction
  • function update_document_v2

    Updates properties of a controlled document including title, description, status, owner, and metadata with permission checks, validation, and audit tracking.

    File: /tf/active/vicechatdev/CDocs copy/controllers/document_controller.py

    document-management update CRUD permissions validation
  • function clone_document_v1

    Clones an existing controlled document by creating a new document with optional content copying, metadata inheritance, and audit trail logging.

    File: /tf/active/vicechatdev/CDocs single class/controllers/document_controller.py

    document-management cloning duplication controlled-documents versioning

Search Examples