Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ gnuplot_pipe_capacity
Function
gnuplot_pipe_capacity
source/matplot/backend/gnuplot.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
#include <stdio_ext.h>
28
29
static size_t gnuplot_pipe_capacity(FILE *f) {
30
size_t sz = __fbufsize(f);
31
return sz != 0 ? sz : matplot::backend::gnuplot::pipe_capacity_worst_case;
32
}
33
34
#else
35
Callers
1
run_command
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected