1 line
18 KiB
JSON
1 line
18 KiB
JSON
{"nodes": [{"id": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "label": "group_player_management.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "group_player_management_get_player_status_info", "label": "get_player_status_info()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L10", "complexity": 6, "loc": 42}, {"id": "group_player_management_get_group_statistics", "label": "get_group_statistics()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L54", "complexity": 5, "loc": 42}, {"id": "group_player_management_assign_player_to_group", "label": "assign_player_to_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L98", "complexity": 4, "loc": 33}, {"id": "group_player_management_bulk_assign_players_to_group", "label": "bulk_assign_players_to_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L133", "complexity": 5, "loc": 33}, {"id": "group_player_management_get_online_players_count", "label": "get_online_players_count()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L168", "complexity": 1, "loc": 8}, {"id": "group_player_management_get_players_by_status", "label": "get_players_by_status()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L178", "complexity": 1, "loc": 10}, {"id": "group_player_management_format_time_ago", "label": "_format_time_ago()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L190", "complexity": 2, "loc": 20}, {"id": "group_player_management_rationale_1", "label": "Group and player management utilities.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L1"}, {"id": "group_player_management_rationale_11", "label": "Get comprehensive status information for a player. Args: player", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L11"}, {"id": "group_player_management_rationale_55", "label": "Get statistics for a group. Args: group_id: Group ID to query", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L55"}, {"id": "group_player_management_rationale_99", "label": "Assign a player to a group or unassign if group_id is None. Args:", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L99"}, {"id": "group_player_management_rationale_134", "label": "Assign multiple players to a group. Args: player_ids: List of p", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L134"}, {"id": "group_player_management_rationale_169", "label": "Get count of online players (seen in last 5 minutes). Returns:", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L169"}, {"id": "group_player_management_rationale_179", "label": "Get all players with a specific status. Args: status: Status to", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L179"}, {"id": "group_player_management_rationale_191", "label": "Format datetime as 'time ago' string. Args: dt: Datetime to for", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L191"}], "edges": [{"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "app_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L5", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "app_models", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L6", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "app_utils_logger", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L7", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_get_player_status_info", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L10", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_get_group_statistics", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L54", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_assign_player_to_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L98", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_bulk_assign_players_to_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L133", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_get_online_players_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L168", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_get_players_by_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L178", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "target": "group_player_management_format_time_ago", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L190", "weight": 1.0}, {"source": "group_player_management_get_player_status_info", "target": "group_player_management_format_time_ago", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L44", "weight": 1.0}, {"source": "group_player_management_rationale_1", "target": "home_scheianu_digiserver_v2_app_utils_group_player_management_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L1", "weight": 1.0}, {"source": "group_player_management_rationale_11", "target": "group_player_management_get_player_status_info", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L11", "weight": 1.0}, {"source": "group_player_management_rationale_55", "target": "group_player_management_get_group_statistics", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L55", "weight": 1.0}, {"source": "group_player_management_rationale_99", "target": "group_player_management_assign_player_to_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L99", "weight": 1.0}, {"source": "group_player_management_rationale_134", "target": "group_player_management_bulk_assign_players_to_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L134", "weight": 1.0}, {"source": "group_player_management_rationale_169", "target": "group_player_management_get_online_players_count", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L169", "weight": 1.0}, {"source": "group_player_management_rationale_179", "target": "group_player_management_get_players_by_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L179", "weight": 1.0}, {"source": "group_player_management_rationale_191", "target": "group_player_management_format_time_ago", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L191", "weight": 1.0}], "raw_calls": [{"caller_nid": "group_player_management_get_player_status_info", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L19"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "utcnow", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L32"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "total_seconds", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L33"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "first", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L36"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L36"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "filter_by", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L36"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "desc", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L37"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L43"}, {"caller_nid": "group_player_management_get_player_status_info", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L49"}, {"caller_nid": "group_player_management_get_group_statistics", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L63"}, {"caller_nid": "group_player_management_get_group_statistics", "callee": "utcnow", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L79"}, {"caller_nid": "group_player_management_get_group_statistics", "callee": "timedelta", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L79"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L109"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L112"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L117"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L120"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L121"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L123"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L128"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L129"}, {"caller_nid": "group_player_management_assign_player_to_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L129"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L147"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L152"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L155"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L156"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L158"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L163"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L164"}, {"caller_nid": "group_player_management_bulk_assign_players_to_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L164"}, {"caller_nid": "group_player_management_get_online_players_count", "callee": "utcnow", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L174"}, {"caller_nid": "group_player_management_get_online_players_count", "callee": "timedelta", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L174"}, {"caller_nid": "group_player_management_get_online_players_count", "callee": "count", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L175"}, {"caller_nid": "group_player_management_get_online_players_count", "callee": "filter", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L175"}, {"caller_nid": "group_player_management_get_players_by_status", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L187"}, {"caller_nid": "group_player_management_get_players_by_status", "callee": "filter_by", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L187"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "utcnow", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L199"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "total_seconds", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L200"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L203"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L205"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L207"}, {"caller_nid": "group_player_management_format_time_ago", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/app/utils/group_player_management.py", "source_location": "L209"}]} |