🔍 Code Extractor

Search Components

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

Search Results for "uniqueness"

Found 6 matching component(s)

  • function get_text_sections

    Flask API endpoint that retrieves text sections for the authenticated user with optional filtering by type, search query, tags, and uniqueness.

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

    flask api rest-endpoint text-sections filtering
  • function validate_schema_v1

    Validates that a Neo4j database schema contains all required constraints and node labels for a controlled document management system.

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

    database validation schema neo4j graph-database
  • function validate_document_number

    Validates a custom document number by checking its format, length constraints, and uniqueness in the database, returning a dictionary with validation results.

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

    validation document-management database-query uniqueness-check format-validation
  • function normalize_uid

    Normalizes a UID value by converting it to a string, or generates a new UUID v4 if the input is empty or None.

    File: /tf/active/vicechatdev/CDocs/utils/uid_helper.py

    uid uuid normalization database identifier
  • function make_path_unique

    Generates a unique path tuple by appending Roman numerals to avoid conflicts with existing paths in a counts dictionary.

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

    path-generation uniqueness hierarchical-structure roman-numerals conflict-resolution
  • function validate_schema

    Validates that a Neo4j database schema is correctly configured by checking for required constraints, node labels, and indexes.

    File: /tf/active/vicechatdev/CDocs single class/db/schema_manager.py

    neo4j database schema-validation graph-database constraints

Search Examples