* Refactoring: get the selection path stuff out of getDerivations()
and put it into a separate function findAlongAttrPath().
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef __ATTR_PATH_H
|
||||
#define __ATTR_PATH_H
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
#include "eval.hh"
|
||||
|
||||
|
||||
Expr findAlongAttrPath(EvalState & state, const string & attrPath, Expr e);
|
||||
|
||||
|
||||
#endif /* !__ATTR_PATH_H */
|
||||
Reference in New Issue
Block a user