| 161 | std::string& getName() { return name; } |
| 162 | void setLoadedLibs(bool v) { libs_loaded = v; } |
| 163 | bool loadedLibs() {return libs_loaded; } |
| 164 | //std::vector<int>* getClientSockets() { return &client_sockets; } |
| 165 | |
| 166 | #define SCHEME_OUTPORT_STRING_LENGTH 256 |
no outgoing calls
no test coverage detected