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

Method commitState

SRC/database/OracleDatastore.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 ********************************************************************/
156
157int
158OracleDatastore::commitState(int commitTag)
159{
160 int result = FE_Datastore::commitState(commitTag);
161
162 return result;
163}
164
165int
166OracleDatastore::sendObj(int commitTag,

Callers

nothing calls this directly

Calls 1

commitStateFunction · 0.85

Tested by

no test coverage detected