MCPcopy Index your code
hub / github.com/apache/orc / findExample

Function findExample

tools/test/ToolTest.cc:68–74  ·  view source on GitHub ↗

* Get the name of the given example file. * @param name the simple name of the example file */

Source from the content-addressed store, hash-verified

66 * @param name the simple name of the example file
67 */
68std::string findExample(const std::string& name) {
69#define ORC_EXAMPLE_DIR_STR ORC_TOOL_TEST_STRINGIFY(ORC_EXAMPLE_DIR)
70 std::string result = ORC_EXAMPLE_DIR_STR;
71 result += "/";
72 result += name;
73 return result;
74}
75
76/**
77 * Get the name of the given executable.

Callers 8

getFilenameMethod · 0.85
getJsonFilenameMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected