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

Method size

tests/BS_thread_pool_test.cpp:3933–3936  ·  view source on GitHub ↗

* @brief Get the number of command line arguments. * * @return The number of arguments. */

Source from the content-addressed store, hash-verified

3931 * @return The number of arguments.
3932 */
3933 [[nodiscard]] std::size_t size() const
3934 {
3935 return args.size();
3936 }
3937
3938 /**
3939 * @brief Verify that the command line arguments belong to the list of allowed arguments.

Callers 15

check_resetFunction · 0.80
check_priorityFunction · 0.80
check_initFunction · 0.80
check_cleanupFunction · 0.80
affinity_to_stringFunction · 0.80
check_os_thread_affinityFunction · 0.80
analyzeFunction · 0.80
iter_to_colorFunction · 0.80
show_helpMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected