MCPcopy Create free account
hub / github.com/GJDuck/e9patch / getName

Method getName

src/e9tool/e9parser.cpp:735–738  ·  view source on GitHub ↗

* Get the name of a token. */

Source from the content-addressed store, hash-verified

733 * Get the name of a token.
734 */
735const char *Parser::getName(int token) const
736{
737 return getNameFromToken((Token)token);
738}
739
740/*
741 * Get a "blob" of characters. Used for regex and filename tokens.

Callers 1

parsePatchArgFunction · 0.80

Calls 1

getNameFromTokenFunction · 0.85

Tested by

no test coverage detected