autocompletion update
This commit is contained in:
2
ml.h
2
ml.h
@@ -50,7 +50,7 @@ public:
|
||||
void setX(const std::string &name, const MlValue& value);
|
||||
|
||||
// Get vector of executables in this scope
|
||||
std::vector<std::string> get_lambdas_list() const;
|
||||
std::vector<std::string> get_lambdas_list(const std::string &token) const;
|
||||
|
||||
void combine(MlEnvironment const &other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user