MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / get_executable

Method get_executable

tests/BS_thread_pool_test.cpp:3906–3909  ·  view source on GitHub ↗

* @brief Get the name of the executable. * * @return The name of the executable. */

Source from the content-addressed store, hash-verified

3904 * @return The name of the executable.
3905 */
3906 std::string_view get_executable()
3907 {
3908 return executable;
3909 }
3910
3911 void show_help() const
3912 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected