Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bshoshany/thread-pool
/ get_width
Method
get_width
tests/BS_thread_pool_test.cpp:3227–3230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3225
}
3226
3227
[[nodiscard]] std::size_t get_width() const
3228
{
3229
return width;
3230
}
3231
3232
private:
3233
std::size_t width = 0;
Callers
3
calculate_mandelbrot
Function · 0.80
save_bmp
Function · 0.80
plot_image_chars
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected