1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "label": "data.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L1"}, {"id": "data_line_counts", "label": "line_counts()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L29"}, {"id": "data_add_data_to_hash", "label": "add_data_to_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L53"}, {"id": "data_combinable_files", "label": "combinable_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L68"}, {"id": "data_hash_for_data_file", "label": "hash_for_data_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L99"}, {"id": "data_datafileclassifier", "label": "DataFileClassifier", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L111"}, {"id": "data_datafileclassifier_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L114"}, {"id": "data_datafileclassifier_classify", "label": ".classify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L117"}, {"id": "data_combine_parallel_data", "label": "combine_parallel_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L132"}, {"id": "data_debug_data_file", "label": "debug_data_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L231"}, {"id": "data_sorted_lines", "label": "sorted_lines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L253"}, {"id": "data_rationale_30", "label": "Return a dict summarizing the line coverage data. Keys are based on the fil", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L30"}, {"id": "data_rationale_54", "label": "Contribute `filename`'s data to the `hasher`. `hasher` is a `coverage.misc.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L54"}, {"id": "data_rationale_69", "label": "Make a list of data files to be combined. `data_file` is a path to a data f", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L69"}, {"id": "data_rationale_100", "label": "Get the hash of the data in the file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L100"}, {"id": "data_rationale_112", "label": "Track what files to combine and which to skip.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L112"}, {"id": "data_rationale_118", "label": "Determine whether to combine or skip this file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L118"}, {"id": "data_rationale_140", "label": "Combine a number of data files together. `data` is a CoverageData. Tre", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L140"}, {"id": "data_rationale_232", "label": "Implementation of 'coverage debug data'.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L232"}, {"id": "data_rationale_254", "label": "Get the sorted lines for a file, for tests.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L254"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "glob", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "os_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "coverage_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "coverage_files", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "coverage_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "coverage_sqldata", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "coverage_sqldata", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_line_counts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_add_data_to_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_combinable_files", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_hash_for_data_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L99", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_datafileclassifier", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L111", "weight": 1.0}, {"source": "data_datafileclassifier", "target": "data_datafileclassifier_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L114", "weight": 1.0}, {"source": "data_datafileclassifier", "target": "data_datafileclassifier_classify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_combine_parallel_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L132", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_debug_data_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L231", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_data_py", "target": "data_sorted_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L253", "weight": 1.0}, {"source": "data_add_data_to_hash", "target": "data_sorted_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L64", "weight": 1.0}, {"source": "data_datafileclassifier_classify", "target": "data_hash_for_data_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L120", "weight": 1.0}, {"source": "data_combine_parallel_data", "target": "data_combinable_files", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L167", "weight": 1.0}, {"source": "data_combine_parallel_data", "target": "data_datafileclassifier", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L177", "weight": 1.0}, {"source": "data_combine_parallel_data", "target": "data_datafileclassifier_classify", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L196", "weight": 1.0}, {"source": "data_debug_data_file", "target": "data_line_counts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L241", "weight": 1.0}, {"source": "data_rationale_30", "target": "data_line_counts", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L30", "weight": 1.0}, {"source": "data_rationale_54", "target": "data_add_data_to_hash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L54", "weight": 1.0}, {"source": "data_rationale_69", "target": "data_combinable_files", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L69", "weight": 1.0}, {"source": "data_rationale_100", "target": "data_hash_for_data_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L100", "weight": 1.0}, {"source": "data_rationale_112", "target": "data_datafileclassifier", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L112", "weight": 1.0}, {"source": "data_rationale_118", "target": "data_datafileclassifier_classify", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L118", "weight": 1.0}, {"source": "data_rationale_140", "target": "data_combine_parallel_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L140", "weight": 1.0}, {"source": "data_rationale_232", "target": "data_debug_data_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L232", "weight": 1.0}, {"source": "data_rationale_254", "target": "data_sorted_lines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L254", "weight": 1.0}], "raw_calls": [{"caller_nid": "data_line_counts", "callee": "measured_files", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L46"}, {"caller_nid": "data_line_counts", "callee": "lines", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L47"}, {"caller_nid": "data_line_counts", "callee": "filename_fn", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L49"}, {"caller_nid": "data_line_counts", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L49"}, {"caller_nid": "data_add_data_to_hash", "callee": "has_arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L61"}, {"caller_nid": "data_add_data_to_hash", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L62"}, {"caller_nid": "data_add_data_to_hash", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L62"}, {"caller_nid": "data_add_data_to_hash", "callee": "arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L62"}, {"caller_nid": "data_add_data_to_hash", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L64"}, {"caller_nid": "data_add_data_to_hash", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L65"}, {"caller_nid": "data_add_data_to_hash", "callee": "file_tracer", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L65"}, {"caller_nid": "data_combinable_files", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L76"}, {"caller_nid": "data_combinable_files", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L76"}, {"caller_nid": "data_combinable_files", "callee": "isfile", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L81"}, {"caller_nid": "data_combinable_files", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L82"}, {"caller_nid": "data_combinable_files", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L82"}, {"caller_nid": "data_combinable_files", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L83"}, {"caller_nid": "data_combinable_files", "callee": "escape", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L84"}, {"caller_nid": "data_combinable_files", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L84"}, {"caller_nid": "data_combinable_files", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L84"}, {"caller_nid": "data_combinable_files", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L85"}, {"caller_nid": "data_combinable_files", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L85"}, {"caller_nid": "data_combinable_files", "callee": "NoDataError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L87"}, {"caller_nid": "data_combinable_files", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L91"}, {"caller_nid": "data_combinable_files", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L96"}, {"caller_nid": "data_hash_for_data_file", "callee": "filename_match", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L101"}, {"caller_nid": "data_hash_for_data_file", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L105"}, {"caller_nid": "data_hash_for_data_file", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L106"}, {"caller_nid": "data_hash_for_data_file", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L107"}, {"caller_nid": "data_hash_for_data_file", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L107"}, {"caller_nid": "data_hash_for_data_file", "callee": "hexdigest", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L108"}, {"caller_nid": "data_datafileclassifier_init", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L115"}, {"caller_nid": "data_datafileclassifier_classify", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L128"}, {"caller_nid": "data_combine_parallel_data", "callee": "base_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L167"}, {"caller_nid": "data_combine_parallel_data", "callee": "NoDataError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L170"}, {"caller_nid": "data_combine_parallel_data", "callee": "cache", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L175"}, {"caller_nid": "data_combine_parallel_data", "callee": "data_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L181"}, {"caller_nid": "data_combine_parallel_data", "callee": "should", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L184"}, {"caller_nid": "data_combine_parallel_data", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L185"}, {"caller_nid": "data_combine_parallel_data", "callee": "relpath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L189"}, {"caller_nid": "data_combine_parallel_data", "callee": "should", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L200"}, {"caller_nid": "data_combine_parallel_data", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L201"}, {"caller_nid": "data_combine_parallel_data", "callee": "CoverageData", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L203"}, {"caller_nid": "data_combine_parallel_data", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L204"}, {"caller_nid": "data_combine_parallel_data", "callee": "_warn", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L209"}, {"caller_nid": "data_combine_parallel_data", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L209"}, {"caller_nid": "data_combine_parallel_data", "callee": "message", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L211"}, {"caller_nid": "data_combine_parallel_data", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L214"}, {"caller_nid": "data_combine_parallel_data", "callee": "message", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L217"}, {"caller_nid": "data_combine_parallel_data", "callee": "message", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L220"}, {"caller_nid": "data_combine_parallel_data", "callee": "should", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L223"}, {"caller_nid": "data_combine_parallel_data", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L224"}, {"caller_nid": "data_combine_parallel_data", "callee": "file_be_gone", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L225"}, {"caller_nid": "data_combine_parallel_data", "callee": "NoDataError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L228"}, {"caller_nid": "data_debug_data_file", "callee": "CoverageData", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L233"}, {"caller_nid": "data_debug_data_file", "callee": "data_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L234"}, {"caller_nid": "data_debug_data_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L235"}, {"caller_nid": "data_debug_data_file", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L236"}, {"caller_nid": "data_debug_data_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L237"}, {"caller_nid": "data_debug_data_file", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L239"}, {"caller_nid": "data_debug_data_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L240"}, {"caller_nid": "data_debug_data_file", "callee": "has_arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L240"}, {"caller_nid": "data_debug_data_file", "callee": "human_sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L242"}, {"caller_nid": "data_debug_data_file", "callee": "keys", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L242"}, {"caller_nid": "data_debug_data_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L243"}, {"caller_nid": "data_debug_data_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L244"}, {"caller_nid": "data_debug_data_file", "callee": "plural", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L244"}, {"caller_nid": "data_debug_data_file", "callee": "plural", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L246"}, {"caller_nid": "data_debug_data_file", "callee": "file_tracer", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L247"}, {"caller_nid": "data_debug_data_file", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L250"}, {"caller_nid": "data_sorted_lines", "callee": "lines", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L255"}, {"caller_nid": "data_sorted_lines", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/data.py", "source_location": "L256"}]} |