Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ run_and_get_output
Function
run_and_get_output
source/matplot/util/common.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
std::string run_and_get_output(const std::string &cmd) {
54
auto res = std::string{};
55
shell_read(cmd, res);
56
return res;
57
}
58
59
std::string escape(std::string_view label) {
60
std::string escaped;
Callers
3
default_terminal_type
Method · 0.85
terminal_is_available
Method · 0.85
gnuplot_version
Method · 0.85
Calls
1
shell_read
Function · 0.85
Tested by
no test coverage detected