View Source Audit.Github (Audit v0.1.6)
Helper functions for generating Github URLs from filename and line number
Link to this section Summary
Link to this section Types
@type filename_t() :: binary()
@type git_t() :: binary() | nil
@type line_number_t() :: binary() | non_neg_integer()
Link to this section Functions
@spec branch() :: git_t()
@spec commit_hash() :: git_t()
@spec format_string(git_t(), git_t(), filename_t(), line_number_t()) :: git_t()
@spec git_root() :: git_t()
@spec git_url(filename_t(), line_number_t()) :: git_t() | nil