Repository Analysis

FalkorDB/FalkorDB

A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).

22.6 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of FalkorDB/FalkorDB, a Rust project with 5,685 GitHub stars. SynthScan v2.0 examined 185,201 lines of code across 414 source files, recording 2108 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 22.6 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

22.6
Adjusted Score
22.6
Raw Score
100%
Time Factor
2026-08-27
Last Push
5.7K
Stars
Rust
Language
185.2K
Lines of Code
414
Files
2.1K
Pattern Hits
2026-08-29
Scan Date
0.35
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 143MEDIUM 711LOW 1254

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2108 distinct pattern matches across 15 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators598 hits · 1894 pts
SeverityFileLineSnippetContext
MEDIUMgen_prejit.sh52# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh54# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh58# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh61# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh179# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh181# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh187# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh189# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh199# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh210# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh226# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh228# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh250# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh252# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh287# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh289# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh307# ---------------------------------------------------------------------------COMMENT
MEDIUMgen_prejit.sh310# ---------------------------------------------------------------------------COMMENT
MEDIUMgraph/src/threadpool.rs15//! BlockedClient <──────────── resultCOMMENT
MEDIUMgraph/src/lib.rs42//! ┌─────────────┐COMMENT
MEDIUMgraph/src/lib.rs44//! └─────────────┘COMMENT
MEDIUMgraph/src/lib.rs47//! ┌─────────────┐COMMENT
MEDIUMgraph/src/lib.rs49//! └─────────────┘COMMENT
MEDIUMgraph/src/lib.rs52//! ┌─────────────┐COMMENT
MEDIUMgraph/src/lib.rs54//! └─────────────┘COMMENT
MEDIUMgraph/src/graph/cow.rs18//! ┌──────────────────┐ ┌──────────────────┐COMMENT
MEDIUMgraph/src/graph/cow.rs21//! └──────────────────┘ └──────────────────┘COMMENT
MEDIUMgraph/src/graph/cow.rs24//! ┌──────────────────┐ ┌──────────────────┐COMMENT
MEDIUMgraph/src/graph/cow.rs27//! └──────────────────┘ └──────────────────┘COMMENT
MEDIUMgraph/src/graph/graph.rs17//! ┌──────────────────────────────────────────────────────────────────────┐COMMENT
MEDIUMgraph/src/graph/graph.rs19//! ├──────────────────────────┬───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs22//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs25//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs28//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs31//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs35//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs38//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs41//! ├──────────────────────────┼───────────────────────────────────────────┤COMMENT
MEDIUMgraph/src/graph/graph.rs44//! └──────────────────────────┴───────────────────────────────────────────┘COMMENT
MEDIUMgraph/src/graph/graph.rs3568 // ── Constraint management ─────────────────────────────────────────COMMENT
MEDIUMgraph/src/graph/attribute_store.rs35//! ┌────────────────────────────────────────────────────────────────────┐COMMENT
MEDIUMgraph/src/graph/attribute_store.rs38//! └───────────┬────────────────────────────────────────────────────────┘COMMENT
MEDIUMgraph/src/graph/attribute_store.rs42//! ┌────────────────────────────────────────────────────────────────────┐COMMENT
MEDIUMgraph/src/graph/attribute_store.rs45//! └───────────┬────────────────────────────────────────────────────────┘COMMENT
MEDIUMgraph/src/graph/attribute_store.rs49//! ┌────────────────────────────────────────────────────────────────────┐COMMENT
MEDIUMgraph/src/graph/attribute_store.rs52//! │ ┌─────0─────┬─────1─────┬─────2─────┬─────3─────┐ │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs55//! │ └────┬──────┴────┬──────┴───────────┴────┬──────┘ │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs59//! │ ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬───────────────┐ │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs61//! │ └────┴────┴────┴────┴─┬──┴────┴────┴────┴────┴───────────────┘ │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs67//! │ ┌──────────┬──────────┬──────────┐ │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs69//! │ └──────────┴──────────┴──────────┘ (holes recycled) │COMMENT
MEDIUMgraph/src/graph/attribute_store.rs70//! └────────────────────────────────────────────────────────────────────┘COMMENT
MEDIUMgraph/src/graph/attribute_store.rs84//! root ──────────── path-copied root_len x 8 BCOMMENT
MEDIUMgraph/src/graph/mod.rs9//! ┌──────────────────────────┐COMMENT
MEDIUMgraph/src/graph/mod.rs13//! └────────────┬──────────────┘COMMENT
MEDIUMgraph/src/graph/mod.rs16//! ┌──────────────────────────┐COMMENT
MEDIUMgraph/src/graph/mod.rs19//! └──┬──────────┬──────────┬──┘COMMENT
MEDIUMgraph/src/graph/mod.rs21//! ┌────────────┘ │ └────────────┐COMMENT
MEDIUMgraph/src/graph/mod.rs23//! ┌───────────────┐ ┌────────────────────┐ ┌─────────────────┐COMMENT
MEDIUMgraph/src/graph/mod.rs29//! └───────────────┘ └────────────────────┘ └─────────────────┘COMMENT
538 more matches not shown…
Cross-Language Confusion143 hits · 771 pts
SeverityFileLineSnippetContext
HIGHbench/src/falkorbench/queries.py249 Q("algo.WCC", False, "CALL algo.WCC(null) YIELD node, componentId RETURN count(DISTINCT componentId)", cgCODE
HIGHbench/src/falkorbench/queries.py282 Q("null handling", False, "RETURN null + 1, null = null, 3 IS NULL, coalesce(null, null, 3), toInteger(null)",CODE
HIGHbench/src/falkorbench/queries.py284 Q("order by mixed types", False, "UNWIND [1, 'a', 2.5, true, null, [1], {a: 1}] AS x RETURN x ORDER BY x"),CODE
HIGHbench/src/falkorbench/queries.py346 Q("UDF echo scalars", False, "UNWIND range(0, 99) AS i RETURN count(bench.echo(i) + bench.echo(1.5)), bench.echo(CODE
HIGHbench/src/falkorbench/queries.py348 Q("UDF echo list+map", False, "UNWIND range(0, 99) AS i RETURN count(bench.echo([1, 'a', null, 2.5, [i]])[4][0] + CODE
HIGHbench/src/falkorbench/queries.py354 Q("equality matrix", False, "UNWIND [[1, 1.0], ['a', 'a'], [[1, 2], [1, 2]], [{a: 1}, {a: 1}], [true, false], [nCODE
HIGHbench/src/falkorbench/queries.py487 Q("chained cmp null", False, "RETURN 1 < null < 3, null = null, 1 <= null >= 2"),CODE
HIGHbench/src/falkorbench/queries.py489 Q("list null subscript", False, "RETURN [1, 2, 3][null]"),CODE
HIGHbench/src/falkorbench/queries.py628 ("merge null prop", "GRAPH.QUERY", "MERGE (n:Person {id: null}) RETURN n"),CODE
HIGHtests/test_functions.py76 query = f"RETURN {func}(null)"CODE
HIGHtests/test_e2e.py641 res = query("RETURN [null] = [null] AS res")CODE
HIGHtests/test_e2e.py644 res = query("RETURN [1] = [1, null] AS res")CODE
HIGHtests/test_e2e.py647 res = query("RETURN [1, 2] = [null, 'foo'] AS res")CODE
HIGHtests/test_e2e.py650 res = query("RETURN [1, 2] = [null, 2] AS res")CODE
HIGHtests/test_e2e.py653 res = query("RETURN [[1]] = [[1], [null]] AS res")CODE
HIGHtests/test_e2e.py656 res = query("RETURN [[1, 2], [1, 3]] = [[1, 2], [null, 'foo']] AS res")CODE
HIGHtests/test_e2e.py659 res = query("RETURN [[1, 2], ['foo', 'bar']] = [[1, 2], [null, 'bar']] AS res")CODE
HIGHtests/test_e2e.py1002 res = query("RETURN string.matchRegEx(null, null) AS name")CODE
HIGHtests/test_e2e.py1005 res = query("RETURN string.matchRegEx('foo bar', null) AS name")CODE
HIGHtests/test_e2e.py1008 res = query("RETURN string.matchRegEx(null, '.*') AS name")CODE
HIGHtests/test_e2e.py1609 res = query("RETURN any(x IN [1, 2, 3] WHERE null) AS res")CODE
HIGHtests/test_e2e.py1612 res = query("RETURN none(x IN [1, 2, 3] WHERE null) AS res")CODE
HIGHtests/test_e2e.py1615 res = query("RETURN single(x IN [1, 2, 3] WHERE null) AS res")CODE
HIGHtests/test_e2e.py1619 res = query("RETURN all(x IN [true, null] WHERE x) AS res")CODE
HIGHtests/test_e2e.py1622 res = query("RETURN any(x IN [false, null] WHERE x) AS res")CODE
HIGHtests/test_e2e.py1625 res = query("RETURN none(x IN [false, null] WHERE x) AS res")CODE
HIGHtests/test_e2e.py1628 res = query("RETURN single(x IN [true, null] WHERE x) AS res")CODE
HIGHtests/test_e2e.py508 res = query("RETURN [1, 2, 3][1..null] AS r")CODE
HIGHtests/test_e2e.py1086 res = query("RETURN exp(null) AS name")CODE
HIGHtests/test_e2e.py1109 res = query("RETURN log(null) AS name")CODE
HIGHtests/test_e2e.py1126 res = query("RETURN log10(null) AS name")CODE
HIGHtests/test_e2e.py1158 res = query("RETURN pow(null, 3) AS name")CODE
HIGHtests/test_e2e.py1161 res = query("RETURN pow(3, null) AS name")CODE
HIGHtests/test_e2e.py1222 res = query("RETURN sqrt(null) AS result")CODE
HIGHtests/test_e2e.py1517 q = "UNWIND [1, 2, 3, 4, 5] AS x RETURN percentileDisc(x, null) AS result"CODE
HIGHtests/flow/test_procedures.py283 query = """CALL db.idx.fulltext.queryNodes('fruit', 'Orange || Apple') YIELD node RETURN node"""CODE
HIGHtests/flow/test_function_calls.py1521 # atan2(1,null)COMMENT
HIGHtests/flow/test_function_calls.py1526 # atan2(null,2)COMMENT
HIGHtests/flow/test_function_calls.py828 # all other toBoolean cases (boolean, strings, null, errors) are covered in TCKCOMMENT
HIGHtests/flow/test_function_calls.py1298 # sin(null)COMMENT
HIGHtests/flow/test_function_calls.py1327 # cos(null)COMMENT
HIGHtests/flow/test_function_calls.py1356 # tan(null)COMMENT
HIGHtests/flow/test_function_calls.py1385 # cot(null)COMMENT
HIGHtests/flow/test_function_calls.py1424 # asin(null)COMMENT
HIGHtests/flow/test_function_calls.py1463 # acos(null)COMMENT
HIGHtests/flow/test_function_calls.py1492 # atan(null)COMMENT
HIGHtests/flow/test_function_calls.py1522 query = """RETURN atan2(1,null)"""CODE
HIGHtests/flow/test_function_calls.py1527 query = """RETURN atan2(null,2)"""CODE
HIGHtests/flow/test_function_calls.py1560 # degrees(null)COMMENT
HIGHtests/flow/test_function_calls.py1589 # radians(null)COMMENT
HIGHtests/flow/test_function_calls.py1629 # haversin(null)COMMENT
HIGHtests/flow/test_function_calls.py2639 query = """WITH NULL as string RETURN string.replaceRegEx(null, "bla")"""CODE
HIGHtests/flow/test_function_calls.py2645 query = """WITH NULL as string RETURN string.replaceRegEx("bla", null)"""CODE
HIGHtests/flow/test_function_calls.py2651 query = """WITH NULL as string RETURN string.replaceRegEx("bla", "bla", null)"""CODE
HIGHtests/flow/test_function_calls.py125 query = "RETURN EXISTS(null)"CODE
HIGHtests/flow/test_function_calls.py819 query = """RETURN sqrt(null)"""CODE
HIGHtests/flow/test_function_calls.py872 query = """RETURN toBooleanOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py922 query = """RETURN toFloatOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py978 query = """RETURN toIntegerOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py1045 query = """RETURN toStringOrNull(null)"""CODE
83 more matches not shown…
Over-Commented Block616 hits · 600 pts
SeverityFileLineSnippetContext
LOWCargo.toml61# Drive GraphBLAS at GxB_JIT_ON (full JIT including compile-on-demand) so theCOMMENT
LOWgen_prejit.sh1#!/usr/bin/env bashCOMMENT
LOWgen_prejit.sh21#COMMENT
LOWgen_prejit.sh41#COMMENT
LOWgen_prejit.sh81 export CXX="${BREW_LLVM}/bin/clang++"COMMENT
LOWgen_prejit.sh201# * FALKORDB_PREJIT_HARVEST=1 tells graphblas.sh to skip vendoringCOMMENT
LOWgen_prejit.sh241(cd "${REPO_DIR}" && run_with_retry "pytest tck" \COMMENT
LOWredisearch.sh1#!/bin/bashCOMMENT
LOWgraphblas.sh1#!/bin/bashCOMMENT
LOWgraphblas.sh21# in ops not covered by the C-derived PreJIT set (e.g. GrB_transposeCOMMENT
LOWgraphblas.sh41#COMMENT
LOWgraphblas.sh81# falls through to the runtime JIT for every op. Used by gen_prejit.sh.COMMENT
LOWgraphblas.sh121 -DOpenMP_CXX_LIB_NAMES=ompCOMMENT
LOWgraphblas.sh141# drops the stack-canary epilogue fromCOMMENT
LOWgraphblas.sh181 # --- vendor PreJIT kernels from build/graphblas/PreJIT/ --------------------COMMENT
LOWflow.sh41# Two execution modes, selected by FALKORDB_TEST_IMAGE:COMMENT
LOWflow.sh61 MODULE_ARGS=(--module "$TARGET_DIR/$TARGET")COMMENT
LOWbench/pyproject.toml1# The benchmark harness is its own uv project rather than part of the repo'sCOMMENT
LOWbench/pmc_tool.c1// PMU counter tool for Apple Silicon using private kperf/kperfdata frameworks.COMMENT
LOWbench/pmc_tool.c21// hand before the exec to stay safe. Not exec'ing at all removes that wholeCOMMENT
LOWbench/src/falkorbench/metrics.py41COMMENT
LOWbench/src/falkorbench/measure.py101 if cal.usable:COMMENT
LOWbench/src/falkorbench/client.py361 if c_compat and _skip_for_c(cmd):COMMENT
LOWbench/src/falkorbench/callgrind.py81TARGET_REL = 0.002COMMENT
LOWbench/src/falkorbench/callgrind.py281 # Deterministic counts cannot go down when work is added; if this trips,COMMENT
LOWbench/src/falkorbench/queries.py121 ["GRAPH.CONSTRAINT", "CREATE", "{graph}", "MANDATORY", "RELATIONSHIP", "SIMILAR", "PROPERTIES", "1", "weight"],COMMENT
LOWbench/src/falkorbench/queries.py221 Q("hash join", False, "MATCH (a:Person), (b:Person) WHERE a.id = 9999 - b.id RETURN count(*)", cg=True),COMMENT
LOWbench/src/falkorbench/queries.py541 # Fused consecutive anonymous bidirectional traverses with cross-rowCOMMENT
LOWgraph/build.rs1use std::fs;COMMENT
LOWgraph/build.rs201 // `#[distributed_slice]`s (COMMANDS_LIST, configs, info, ...). FalkorDB linksCOMMENT
LOWgraph/src/locks.rs1//! The one thing this crate needs from its host's locks.COMMENT
LOWgraph/src/locks.rs21//! match phase — and **escalates** on its first mutation: release read, take theCOMMENT
LOWgraph/src/threadpool.rs1//! Thread pool for parallel query execution.COMMENT
LOWgraph/src/threadpool.rs21//! is idle picks up the next job, so a long-running job on one worker doesCOMMENT
LOWgraph/src/lib.rs1#![allow(clippy::arc_with_non_send_sync)]COMMENT
LOWgraph/src/lib.rs21// Inherent to floating-point comparison in filter/index code.COMMENT
LOWgraph/src/lib.rs41//! ▼COMMENT
LOWgraph/src/lib.rs61//! - [`graph`]: Graph data structures (sparse matrices, vectors, MVCC)COMMENT
LOWgraph/src/identifier_limits.rs1//! Upper bound on the length of every name the engine accepts.COMMENT
LOWgraph/src/entity_type.rs1//! Entity type discriminator for graph elements.COMMENT
LOWgraph/src/planner/tree.rs1//! Tree construction macro for execution plans.COMMENT
LOWgraph/src/planner/mod.rs1//! Query plan generation from bound AST.COMMENT
LOWgraph/src/planner/mod.rs61///COMMENT
LOWgraph/src/planner/mod.rs181 /// `emit_relationship`: when false, anonymous edge optimization applies —COMMENT
LOWgraph/src/planner/mod.rs201 /// variables (edge + destination) bound to NULL.COMMENT
LOWgraph/src/planner/mod.rs221 /// lowered to `false` by the `reduce_var_len_path` optimizer pass.COMMENT
LOWgraph/src/planner/mod.rs721pub struct Planner {COMMENT
LOWgraph/src/planner/mod.rs741 /// Variable the comprehension's collected list is bound to.COMMENT
LOWgraph/src/planner/mod.rs761#[derive(Clone, Copy, PartialEq, Eq)]COMMENT
LOWgraph/src/planner/mod.rs821 scope_id,COMMENT
LOWgraph/src/planner/mod.rs921 ///COMMENT
LOWgraph/src/planner/mod.rs1441 planCOMMENT
LOWgraph/src/planner/mod.rs2681 // Ensure every Apply node has exactly 2 children. The innermost ApplyCOMMENT
LOWgraph/src/planner/binder.rs1//! Semantic analysis and name resolution for Cypher queries.COMMENT
LOWgraph/src/planner/binder.rs41/// The binder performs semantic analysis on parsed Cypher queries.COMMENT
LOWgraph/src/planner/binder.rs1261 /// relationships). For each entity it:COMMENT
LOWgraph/src/planner/binder.rs1541 // If this node is ONLY an endpoint (not a bare pattern), skip validationCOMMENT
LOWgraph/src/planner/optimizer/fuse_optional_traverse.rs1//! Fuses `Optional` wrappers whose sub-plan is a single-hop `CondTraverse`COMMENT
LOWgraph/src/planner/optimizer/fuse_optional_traverse.rs21//!COMMENT
LOWgraph/src/planner/optimizer/reduce_count.rs1//! Count reduction optimization pass.COMMENT
556 more matches not shown…
Hyper-Verbose Identifiers309 hits · 320 pts
SeverityFileLineSnippetContext
LOWbench/tests/test_coverage.py23 def test_only_the_requested_prefix_is_counted(self):STRING
LOWbench/tests/test_coverage.py31 def test_totals_come_from_the_lines_columns_not_regions(self):STRING
LOWbench/tests/test_coverage.py43 def test_total_row_is_excluded(self):CODE
LOWbench/tests/test_coverage.py48 def test_wrapped_path_rows_are_skipped(self):CODE
LOWbench/tests/test_coverage.py55 def test_non_numeric_columns_do_not_raise(self):CODE
LOWbench/tests/test_coverage.py58 def test_empty_report_is_zero_not_a_crash(self):CODE
LOWbench/tests/test_coverage.py66 def test_small_files_are_excluded_and_order_is_worst_first(self):CODE
LOWbench/tests/test_coverage.py81 def test_instrumentation_is_always_requested(self):CODE
LOWbench/tests/test_coverage.py85 def test_linux_adds_the_duplicate_symbol_workaround_and_a_cxx(self):CODE
LOWbench/tests/test_coverage.py100 def test_the_toolchain_copy_wins_over_a_system_one(self, tmp_path, monkeypatch):CODE
LOWbench/tests/test_coverage.py123 def test_path_is_used_when_the_toolchain_has_none(self, tmp_path, monkeypatch):CODE
LOWbench/tests/test_coverage.py135 def test_missing_everywhere_names_the_remedy(self, tmp_path, monkeypatch):CODE
LOWbench/tests/test_jemalloc_stats.py44def test_separated_row_reads_its_counters():CODE
LOWbench/tests/test_jemalloc_stats.py53def test_fused_rate_column_does_not_corrupt_nmalloc():CODE
LOWbench/tests/test_jemalloc_stats.py69def test_ndalloc_never_exceeds_nmalloc_on_a_fused_row():CODE
LOWbench/tests/test_jemalloc_stats.py80def test_large_table_has_its_own_column_layout():CODE
LOWbench/tests/test_jemalloc_stats.py91def test_non_data_lines_are_rejected():CODE
LOWbench/tests/test_jemalloc_stats.py102def test_missing_counter_column_yields_no_row():CODE
LOWbench/tests/test_metrics.py19 def test_empty_cell_is_none_not_zero(self, tmp_path):CODE
LOWbench/tests/test_metrics.py31 def test_zero_is_preserved_as_a_measurement(self, tmp_path):CODE
LOWbench/tests/test_metrics.py35 def test_garbage_is_none_rather_than_an_exception(self, tmp_path):CODE
LOWbench/tests/test_metrics.py40 def test_rows_without_a_query_name_are_dropped(self, tmp_path):CODE
LOWbench/tests/test_metrics.py51 def test_a_failed_shard_costs_only_its_own_rows(self, tmp_path):CODE
LOWbench/tests/test_metrics.py56 def test_missing_pattern_is_empty_not_an_error(self):CODE
LOWbench/tests/test_metrics.py65 def test_non_positive_baseline_is_uncomparable(self):CODE
LOWbench/tests/test_metrics.py72 def test_absent_either_side_is_uncomparable(self):CODE
LOWbench/tests/test_metrics.py76 def test_missing_key_is_uncomparable(self):CODE
LOWbench/tests/test_metrics.py81 def test_false_when_every_row_lacks_the_metric(self):CODE
LOWbench/tests/test_metrics.py87 def test_true_when_any_row_has_it(self):CODE
LOWbench/tests/test_metrics.py92 def test_is_geometric_not_arithmetic(self):CODE
LOWbench/tests/test_metrics.py99 def test_non_positive_values_are_excluded(self):CODE
LOWbench/tests/test_metrics.py104 def test_offset_comes_from_the_control_row(self):CODE
LOWbench/tests/test_metrics.py111 def test_none_without_a_control_row_on_either_side(self):CODE
LOWbench/tests/test_metrics.py117 def test_none_when_the_control_row_has_no_timing(self):CODE
LOWbench/tests/test_metrics.py122 def test_none_on_a_non_positive_control(self):CODE
LOWbench/tests/test_report.py26 def test_missing_pr_side_is_fatal(self):CODE
LOWbench/tests/test_report.py33 def test_missing_base_side_is_fatal(self):CODE
LOWbench/tests/test_report.py37 def test_missing_c_side_costs_only_its_column(self):CODE
LOWbench/tests/test_report.py49 def test_ranks_on_instructions_when_available(self):CODE
LOWbench/tests/test_report.py55 def test_falls_back_to_allocated_bytes_never_wall_clock(self):CODE
LOWbench/tests/test_report.py63 def test_rows_below_the_alloc_floor_are_measured_but_not_ranked(self):CODE
LOWbench/tests/test_report.py71 def test_no_movers_says_so_explicitly(self):CODE
LOWbench/tests/test_report.py127 def test_movers_table_lists_only_what_moved(self):CODE
LOWbench/tests/test_report.py133 def test_missing_callgrind_output_is_fatal(self):CODE
LOWbench/tests/test_report.py139 def test_c_column_absent_says_why(self):CODE
LOWbench/tests/test_report.py146 def test_single_c_pass_is_n_a_not_a_number(self):CODE
LOWbench/tests/test_report.py212 def test_missing_files_are_silently_skipped(self):CODE
LOWbench/tests/test_report.py220 def test_marker_is_always_last(self):CODE
LOWbench/tests/test_report.py226def test_each_required_measure_side_is_individually_fatal(side):CODE
LOWbench/tests/test_report.py86 def test_control_row_normalisation_cancels_the_host_offset(self):CODE
LOWbench/tests/test_report.py100 def test_a_genuine_outlier_survives_normalisation(self):CODE
LOWbench/tests/test_report.py111 def test_no_wall_clock_section_without_a_control_row(self):CODE
LOWbench/tests/test_report.py158 def test_c_error_replies_are_suppressed(self):CODE
LOWbench/tests/test_report.py171 def test_disagreeing_c_passes_show_a_range(self):CODE
LOWbench/tests/test_report.py181 def test_agreeing_c_passes_show_a_midpoint(self):CODE
LOWbench/tests/test_report.py193 def test_provenance_table_and_metadata_key_handling(self, tmp_path):CODE
LOWbench/tests/test_queries.py19 def test_command_follows_the_write_flag(self):CODE
LOWbench/tests/test_queries.py23 def test_every_query_has_text(self):CODE
LOWbench/tests/test_queries.py27 def test_sized_write_queries_stay_last(self):CODE
LOWbench/tests/test_queries.py41 def test_reps_are_positive_when_set(self):CODE
249 more matches not shown…
Unused Imports185 hits · 174 pts
SeverityFileLineSnippetContext
LOWbench/src/falkorbench/counters.py22CODE
LOWbench/src/falkorbench/metrics.py15CODE
LOWbench/src/falkorbench/measure.py12CODE
LOWbench/src/falkorbench/client.py15CODE
LOWbench/src/falkorbench/profile.py20CODE
LOWbench/src/falkorbench/flow.py14CODE
LOWbench/src/falkorbench/coverage.py17CODE
LOWbench/src/falkorbench/callgrind.py60CODE
LOWbench/src/falkorbench/cli.py8CODE
LOWbench/src/falkorbench/compare.py20CODE
LOWbench/src/falkorbench/report.py17CODE
LOWtests/test_concurrency.py3CODE
LOWtests/test_mvcc.py2CODE
LOWtests/test_e2e.py5CODE
LOWtests/test_e2e.py8CODE
LOWtests/tck/falkor_utils/assertions.py4CODE
LOWtests/tck/features/steps/Steps.py3CODE
LOWtests/flow/test_parser.py1CODE
LOWtests/flow/test_multi_pattern.py1CODE
LOWtests/flow/test_graph_versioning.py1CODE
LOWtests/flow/test_point.py1CODE
LOWtests/flow/test_point.py2CODE
LOWtests/flow/test_maxflow.py1CODE
LOWtests/flow/test_slowlog.py2CODE
LOWtests/flow/test_multi_label.py1CODE
LOWtests/flow/test_multi_label.py2CODE
LOWtests/flow/test_procedures.py1CODE
LOWtests/flow/test_vecsim.py1CODE
LOWtests/flow/test_vecsim.py2CODE
LOWtests/flow/test_traversal_construction.py1CODE
LOWtests/flow/test_traversal_construction.py2CODE
LOWtests/flow/test_udf_cluster.py1CODE
LOWtests/flow/test_function_calls.py2CODE
LOWtests/flow/test_expiry.py1CODE
LOWtests/flow/test_list.py1CODE
LOWtests/flow/test_attr_id_space.py3CODE
LOWtests/flow/test_query_mem_limit.py1CODE
LOWtests/flow/test_results.py1CODE
LOWtests/flow/test_multiple_edges.py1CODE
LOWtests/flow/test_effects.py4CODE
LOWtests/flow/test_effects.py5CODE
LOWtests/flow/test_graph_create.py1CODE
LOWtests/flow/test_maintain_record_order.py1CODE
LOWtests/flow/test_all_shortest_paths.py1CODE
LOWtests/flow/test_index_scans.py1CODE
LOWtests/flow/test_index_scans.py2CODE
LOWtests/flow/test_comprehension_functions.py1CODE
LOWtests/flow/test_index_updates.py3CODE
LOWtests/flow/test_index_updates.py4CODE
LOWtests/flow/constraint_utils.py2CODE
LOWtests/flow/test_entity_update.py1CODE
LOWtests/flow/test_entity_update.py2CODE
LOWtests/flow/test_execution_plan_print.py1CODE
LOWtests/flow/test_timeout.py2CODE
LOWtests/flow/test_timeout.py3CODE
LOWtests/flow/test_optional_match.py1CODE
LOWtests/flow/test_optional_match.py3CODE
LOWtests/flow/test_self_pointing_node.py1CODE
LOWtests/flow/test_varlength_traversal.py18CODE
LOWtests/flow/test_identifier_limits.py3CODE
125 more matches not shown…
Self-Referential Comments52 hits · 154 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_e2e.py756 # Define the possible valuesCOMMENT
MEDIUMtests/flow/test_maxflow.py1320 # Create a PIPE edge (registers the rel-type in the schema) betweenCOMMENT
MEDIUMtests/flow/test_traversal_construction.py12 # Create the graphCOMMENT
MEDIUMtests/flow/test_index_scans.py209 # Create a single node with a long string property, introduce a comma as part of the string.COMMENT
MEDIUMtests/flow/test_comprehension_functions.py452 # Create a single relationshipCOMMENT
MEDIUMtests/flow/test_index_updates.py149 # Create a new node with a single indexed propertyCOMMENT
MEDIUMtests/flow/test_wcc.py70 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_wcc.py116 # Create an unlabeled graph with two relationship typesCOMMENT
MEDIUMtests/flow/test_wcc.py214 # Create a graph with multiple labeled and unlabeled nodesCOMMENT
MEDIUMtests/flow/test_wcc.py274 # Create a complex graph with:COMMENT
MEDIUMtests/flow/test_wcc.py360 # Create a random graphCOMMENT
MEDIUMtests/flow/test_rdb_load.py34 # Create a graph with 30 nodes so virtual keys are generatedCOMMENT
MEDIUMtests/flow/test_cdlp.py89 # Create a simple graph with three completely separate communitiesCOMMENT
MEDIUMtests/flow/test_cdlp.py181 # Create a graph with separate communities for each node labelCOMMENT
MEDIUMtests/flow/test_cdlp.py326 # Create a graph with communities connected by different relationship typesCOMMENT
MEDIUMtests/flow/test_aggregation.py184 # Create a few nodesCOMMENT
MEDIUMtests/flow/test_encode_decode.py173 # Create a multi-key graph.COMMENT
MEDIUMtests/flow/test_encode_decode.py178 # Create a single-key graph.COMMENT
MEDIUMtests/flow/test_persistency.py631 # Create a graph under a non-UTF-8 key name (raw command; the client'sCOMMENT
MEDIUMtests/flow/test_ro_query.py43 # Create the graphCOMMENT
MEDIUMtests/flow/test_udf.py621 # Define a helper function to check for query failure (expected behavior for miss-use)STRING
MEDIUMtests/flow/test_null_handling.py12 # Create a single node.COMMENT
MEDIUMtests/flow/test_graph_merge.py12 # Create a single node without any labels or properties.COMMENT
MEDIUMtests/flow/test_graph_merge.py28 # Create a single node with two properties and no labels.COMMENT
MEDIUMtests/flow/test_graph_merge.py44 # Create a single node with both label and property.COMMENT
MEDIUMtests/flow/test_graph_merge.py60 # Create a single edge and additional two nodes.COMMENT
MEDIUMtests/flow/test_graph_merge.py106 # Create a single edge and additional two nodes.COMMENT
MEDIUMtests/flow/test_graph_merge.py231 # Create a new patternCOMMENT
MEDIUMtests/flow/test_graph_merge.py325 # Create a new pattern with non-unique entities.COMMENT
MEDIUMtests/flow/test_query_validation.py14 # Create a single graph.COMMENT
MEDIUMtests/flow/test_pagerank.py43 # Create a simple directed graph using a Cypher queryCOMMENT
MEDIUMtests/flow/test_pagerank.py79 # Create a dictionary of node labels to scoresSTRING
MEDIUMtests/flow/test_pagerank.py110 # Create a graph with both regular and special nodesCOMMENT
MEDIUMtests/flow/test_relation_patterns.py257 # Create a new graph of the form:COMMENT
MEDIUMtests/flow/test_msf.py122 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py166 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py211 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py253 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py284 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py315 # Create an unlabeled graph with two relationship typesCOMMENT
MEDIUMtests/flow/test_bulk_insertion.py524 # Create the social graph with multi-labeled nodesCOMMENT
MEDIUMtests/flow/test_bound_variables.py53 # Create a full-text index.COMMENT
MEDIUMtests/flow/test_commands_registration.py5# Define the Lua scriptCOMMENT
MEDIUMtests/flow/test_edge_index_updates.py186 # Create a new edge with a single indexed propertyCOMMENT
MEDIUMtests/flow/test_betweenness.py89 # Create a small graph where we can reason about the betweenness centralityCOMMENT
MEDIUMtests/flow/test_betweenness.py100 # Create the entire graph with a single Cypher queryCOMMENT
MEDIUMtests/flow/test_betweenness.py149 # Create a graph with multiple node labelsCOMMENT
MEDIUMtests/flow/test_betweenness.py211 # Create a graph with multiple relationship typesCOMMENT
MEDIUMtests/flow/test_betweenness.py278 # Create a complex graph with multiple node labels and relationship typesCOMMENT
MEDIUMtests/flow/test_path_filter.py210 # Create a graph of the form:COMMENT
MEDIUM.github/workflows/release-tag.yml112 # Create the Release up front: release-artifacts.yml uploads assets to it, andCOMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
Excessive Try-Catch Wrapping116 hits · 112 pts
SeverityFileLineSnippetContext
LOWbench/src/falkorbench/measure.py243 except Exception as e: # any other failure is still a failureCODE
LOWtests/test_concurrency.py124 except Exception:CODE
LOWtests/test_concurrency.py148 except Exception as e: # noqa: BLE001 - narrow check belowCODE
LOWtests/test_concurrency.py178 except Exception:CODE
LOWtests/common.py43 except Exception as e:CODE
LOWtests/common.py62 except Exception:CODE
LOWtests/test_functions.py73 except Exception as e:CODE
LOWtests/test_functions.py80 except Exception as e:CODE
LOWtests/test_functions.py99 except Exception as e:CODE
LOWtests/test_functions.py111 except Exception as e:CODE
LOWtests/test_functions.py119 except Exception as e:CODE
LOWtests/tck/features/steps/Steps.py66 except Exception as error:CODE
LOWtests/flow/test_point.py45 except Exception as e:CODE
LOWtests/flow/test_point.py54 except Exception as e:CODE
LOWtests/flow/test_point.py63 except Exception as e:CODE
LOWtests/flow/test_point.py72 except Exception as e:CODE
MEDIUMtests/flow/test_point.py39def test_point_values(self):CODE
LOWtests/flow/test_maxflow.py143 except Exception:CODE
LOWtests/flow/test_maxflow.py167 except Exception as e:STRING
LOWtests/flow/test_maxflow.py198 except Exception as e:STRING
LOWtests/flow/test_maxflow.py222 except Exception as e:STRING
LOWtests/flow/test_maxflow.py874 except Exception as e:STRING
LOWtests/flow/test_maxflow.py904 except Exception as e:STRING
LOWtests/flow/test_maxflow.py931 except Exception as e:STRING
LOWtests/flow/test_maxflow.py958 except Exception as e:STRING
LOWtests/flow/test_maxflow.py998 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1164 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1188 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1212 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1240 except Exception as e:STRING
LOWtests/flow/test_vecsim.py86 except Exception as e:CODE
LOWtests/flow/test_vecsim.py96 except Exception as e:CODE
LOWtests/flow/test_vecsim.py194 except Exception as e:CODE
LOWtests/flow/test_vecsim.py202 except Exception as e:CODE
LOWtests/flow/test_vecsim.py215 except Exception as e:CODE
LOWtests/flow/test_vecsim.py222 except Exception as e:CODE
LOWtests/flow/test_udf_cluster.py69 except Exception:STRING
LOWtests/flow/test_effects.py1106 except Exception:CODE
LOWtests/flow/test_load_csv.py179 except Exception as e:CODE
LOWtests/flow/test_load_csv.py187 except Exception as e:CODE
LOWtests/flow/test_load_csv.py199 except Exception as e:CODE
LOWtests/flow/test_load_csv.py211 except Exception as e:CODE
LOWtests/flow/test_load_csv.py243 except Exception:CODE
LOWtests/flow/test_load_csv.py403 except Exception as e:CODE
LOWtests/flow/test_load_csv.py447 except Exception:CODE
LOWtests/flow/test_access_del_entity.py173 except Exception as e:CODE
LOWtests/flow/test_access_del_entity.py186 except Exception as e:CODE
LOWtests/flow/test_graph_copy.py64 except Exception:CODE
LOWtests/flow/test_graph_copy.py70 except Exception:CODE
LOWtests/flow/test_graph_copy.py77 except Exception:CODE
LOWtests/flow/test_graph_copy.py86 except Exception:CODE
MEDIUMtests/flow/test_defrag.py566def loader():CODE
LOWtests/flow/test_defrag.py296 except Exception:CODE
LOWtests/flow/test_defrag.py471 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py239 except Exception as e:CODE
LOWtests/flow/test_defrag.py248 except Exception as e:CODE
LOWtests/flow/test_defrag.py428 except Exception as e: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py455 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py496 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py575 except Exception as e: # noqa: BLE001CODE
56 more matches not shown…
AI Slop Vocabulary25 hits · 76 pts
SeverityFileLineSnippetContext
MEDIUMbench/pyproject.toml1# The benchmark harness is its own uv project rather than part of the repo'sCOMMENT
MEDIUMbench/pyproject.toml63 # The harness prints aligned tables; f-strings in the print calls are theCOMMENT
MEDIUMbench/src/falkorbench/metrics.py44# Wall-clock is never the gate — the harness says so everywhere else, and thenCOMMENT
MEDIUMbench/src/falkorbench/measure.py117 # harness: `RETURN 1` came out at 0.3476 ms on the first run and 0.0636 ms onCOMMENT
MEDIUMbench/src/falkorbench/client.py378 # error replies to stderr and the pre-refactor harness inspected onlyCOMMENT
MEDIUMbench/src/falkorbench/cli.py86 # not build the graph", or the harness measures an empty database and reportsCOMMENT
MEDIUMbench/src/falkorbench/cli.py204 # that changes what gets measured is the failure mode this harness existsCOMMENT
MEDIUMbench/src/falkorbench/queries.py82# replaced with the graph key by the harness.COMMENT
MEDIUMbench/src/falkorbench/queries.py137 # stderr and the old harness inspected only stdout, making itsCOMMENT
MEDIUMbench/src/falkorbench/queries.py147# CSV files the harness writes into IMPORT_DIR before starting the serverCOMMENT
MEDIUMbench/src/falkorbench/queries.py600# Each row is (name, redis command, query); the harness passes iff the replyCOMMENT
MEDIUMbench/src/falkorbench/report.py351 # the harness lockfile, so it identifies the exact toolchain behind theCOMMENT
MEDIUMtests/flow/test_index_scans.py341 # Querying indexed properties using IN a constant array should utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py351 # Querying indexed properties using IN a generated array should utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py361 # Querying indexed properties using IN a non-constant array should not utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py911 # other types e.g. points within arrays won't utilize the indexCOMMENT
MEDIUMtests/flow/test_index_scans.py528 # utilize, producing every entity which was indexed with a none indexable valueCOMMENT
MEDIUMtests/flow/test_index_scans.py705 # issue query which has to potential to utilize an indexCOMMENT
MEDIUMtests/flow/test_index_scans.py728 # issue query which not utilize an indexCOMMENT
MEDIUMtests/flow/test_udf.py1217 # restart server (test harness utility)STRING
MEDIUMtests/flow/test_call_subquery.py1366 # assert that we indeed utilize the index to find the nodeSTRING
MEDIUMtests/flow/test_index_delete.py247 # utilize the index for a scan, followed by a deletion of the indexedCOMMENT
MEDIUM.github/dependabot.yml49# The benchmark harness is a separate uv project (bench/pyproject.toml +COMMENT
MEDIUM.github/workflows/benchmark-cov.yml3# Runs `bench/` — the per-query harness (317 queries) — for this PR, its base andCOMMENT
MEDIUM.github/workflows/benchmark-cov.yml519 # the harness to expand over the shards, not the shell.COMMENT
Dead Code26 hits · 52 pts
SeverityFileLineSnippetContext
MEDIUMtests/flow/test_traversal_construction.py238CODE
MEDIUMtests/flow/test_traversal_construction.py240CODE
MEDIUMtests/flow/test_traversal_construction.py241CODE
MEDIUMtests/flow/test_traversal_construction.py242CODE
MEDIUMtests/flow/test_traversal_construction.py243CODE
MEDIUMtests/flow/test_traversal_construction.py244CODE
MEDIUMtests/flow/test_traversal_construction.py246CODE
MEDIUMtests/flow/test_traversal_construction.py247CODE
MEDIUMtests/flow/test_traversal_construction.py248CODE
MEDIUMtests/flow/test_traversal_construction.py249CODE
MEDIUMtests/flow/test_traversal_construction.py250CODE
MEDIUMtests/flow/test_persistency.py581CODE
MEDIUMtests/flow/test_persistency.py588CODE
MEDIUMtests/flow/test_persistency.py589CODE
MEDIUMtests/flow/test_persistency.py591CODE
MEDIUMtests/flow/test_persistency.py592CODE
MEDIUMtests/flow/test_persistency.py595CODE
MEDIUMtests/flow/test_persistency.py596CODE
MEDIUMtests/flow/test_persistency.py598CODE
MEDIUMtests/flow/test_persistency.py599CODE
MEDIUMtests/flow/test_persistency.py602CODE
MEDIUMtests/flow/test_persistency.py603CODE
MEDIUMtests/flow/test_persistency.py604CODE
MEDIUMtests/flow/test_persistency.py607CODE
MEDIUMtests/flow/test_persistency.py615CODE
MEDIUMtests/flow/test_persistency.py618CODE
Deep Nesting28 hits · 24 pts
SeverityFileLineSnippetContext
LOWbench/src/falkorbench/metrics.py106CODE
LOWbench/src/falkorbench/measure.py211CODE
LOWbench/src/falkorbench/client.py200CODE
LOWbench/src/falkorbench/callgrind.py132CODE
LOWbench/src/falkorbench/compare.py54CODE
LOWtests/test_functions.py45CODE
LOWtests/test_functions.py67CODE
LOWtests/record.py79CODE
LOWtests/record.py112CODE
LOWtests/test_e2e.py46CODE
LOWtests/test_e2e.py245CODE
LOWtests/test_e2e.py954CODE
LOWtests/tck/falkor_utils/assertions.py74CODE
LOWtests/tck/falkor_utils/assertions.py128CODE
LOWtests/flow/test_stress.py118CODE
LOWtests/flow/test_stress.py141CODE
LOWtests/flow/test_effects.py29CODE
LOWtests/flow/test_defrag.py166CODE
LOWtests/flow/test_defrag.py335CODE
LOWtests/flow/test_defrag.py219CODE
LOWtests/flow/test_defrag.py407CODE
LOWtests/flow/graph_utils.py10CODE
LOWtests/flow/test_persistency.py109CODE
LOWtests/flow/test_matrix_split.py78CODE
LOWtests/flow/common.py382CODE
LOWtests/flow/test_path_algorithms.py895CODE
LOWtests/flow/test_filters.py43CODE
LOWtests/flow/test_constraint.py1024CODE
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMtests/flow/common.py56# ──── Private container orchestration (CI path) ─────────────────────────────COMMENT
MEDIUM.github/workflows/agentics-maintenance.yml24# This file defines the generated agentic maintenance workflow for this repository.COMMENT
AI Structural Patterns4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtests/tck/falkor_utils/assertions.py22CODE
LOWtests/tck/falkor_utils/assertions.py37CODE
LOWtests/flow/constraint_utils.py118CODE
LOWtests/flow/test_pending_queries_limit.py54CODE
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/flow/test_graph_copy.py341 dummy_id = "dummy"CODE
LOWtests/flow/test_graph_copy.py345 dummy_graph = self.db.select_graph(dummy_id)CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWgraph/src/runtime/ops/limit.rs47// TODO: implement size_hint for all operatorsCOMMENT
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtests/flow/test_udf.py565 # make sure to include the 'KNOWS' relationship typeCOMMENT