Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Dec 6, 2024
1 parent 68bf6df commit 00c546f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@ hash_64_bits(uint64_t x)

/*=========================== Misc ====================================*/

/* Parses the path request. Returns the character 'q' as the src and dst if
the user has requested to quit. Otherwise tries to parse. If parsing
cannot be completed an empty path request with the null terminator is
returned. */
static struct path_request
parse_path_request(struct graph *const g, str_view r)
{
Expand Down

0 comments on commit 00c546f

Please sign in to comment.