# Functions
BuildEntries ...
BuildEntriesFromFile from an file path, absolute or relative, builds the entries for the CODEOWNERS file.
BuildFromFile from an file path, absolute or relative, builds the index for the CODEOWNERS file.
BuildFromFile from an file path, absolute or relative, builds the index for the CODEOWNERS file.
DetermineSuffix assings a sufix to a given path.
No description provided by the author
NewParser returns a new instance of Parser.
NewScanner returns a new instance of Scanner.
No description provided by the author
# Constants
File ends e.g "index.php".
*.
,.
No description provided by the author
No description provided by the author
All other files in directory, "app/lib/*".
#.
main.
No description provided by the author
Nothing.
All files in the directory AND all subfiles, "app/lib/".
All files in the path ending in the subsequent file type, "*.rb".
No description provided by the author
# Structs
CodeOwners search index for a CODEOWNER file.
No description provided by the author
Parser represents a parser.
Scanner represents a lexical scanner.