Loading...
Loading...
Read the source of the C module we are working on, before we made any changes.
npx skill4agent add redisearch/redisearch read-unmodified-c-module<module path>src/numeric_range_treesrc/aggregate/aggregate_debug<module path 1> <module path 2>src/srcnumeric_range_treesrc/numeric_range_tree# Read header file
git show master:<module path>.h
# Read implementation file
git show master:<module path>.c