mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
avoid unnecesary calls
This commit is contained in:
parent
49b0bb0206
commit
1472e045a7
2 changed files with 0 additions and 18 deletions
|
@ -231,9 +231,7 @@ public:
|
|||
NixInt forceInt(Value & v, const Pos & pos);
|
||||
NixFloat forceFloat(Value & v, const Pos & pos);
|
||||
bool forceBool(Value & v, const Pos & pos);
|
||||
inline void forceAttrs(Value & v);
|
||||
inline void forceAttrs(Value & v, const Pos & pos);
|
||||
inline void forceList(Value & v);
|
||||
inline void forceList(Value & v, const Pos & pos);
|
||||
void forceFunction(Value & v, const Pos & pos); // either lambda or primop
|
||||
string forceString(Value & v, const Pos & pos = noPos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue