Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ file
Method
file
source/matplot/util/popen.h:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
{
46
public:
47
FILE *file() const { return file_; }
48
int close(int *exit_code = nullptr);
49
bool opened() const { return file_ != nullptr; }
50
const std::string& error() const { return error_; }
Callers
1
run_command
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected