MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / getOption

Method getOption

MonaBase/sources/Socket.cpp:497–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 return value;
496 }
497 int getOption(Exception& ex, int level, int option) const { int value; return getOption<int>(ex, level, option, value); }
498
499 template<typename Type>
500 void setOption(Exception& ex, int level, int option, const Type& value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected