MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_error

Method get_error

DSView/pv/sigsession.h:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 data::Snapshot* get_snapshot(int type);
268
269 inline SESSION_ERROR_STATUS get_error(){
270 return _error;
271 }
272
273 inline void set_error(SESSION_ERROR_STATUS state){
274 _error = state;

Callers 1

on_session_errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected