MCPcopy Create free account
hub / github.com/digego/extempore / loadedLibs

Method loadedLibs

include/SchemeProcess.h:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected