Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ AutoFile
Method
AutoFile
src/common/AutoFile.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
{
24
public:
25
AutoFile( const String &path )
26
{
27
_file = T::createFile( path );
28
}
29
30
~AutoFile()
31
{
Callers
nothing calls this directly
Calls
1
createFile
Function · 0.85
Tested by
no test coverage detected