MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / commitState

Method commitState

SRC/database/FileDatastore.cpp:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116int
117FileDatastore::commitState(int commitTag)
118{
119 int result = FE_Datastore::commitState(commitTag);
120 if (result == commitTag)
121 resetFilePointers();
122
123 return result;
124}
125
126
127void

Callers

nothing calls this directly

Calls 1

commitStateFunction · 0.85

Tested by

no test coverage detected