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

Method getInitExpr

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

Source from the content-addressed store, hash-verified

113 bool loadFile(const std::string file, const std::string path);
114 bool loadFile(const std::string file);
115 std::string getInitExpr() { return init_expr; }
116 void addGlobal(char* symbol_name, pointer arg);
117 void addForeignFunc(char* symbol_name, foreign_func func);
118 void addGlobalCptr(char* symbol_name, void* ptr);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected