mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Rename strictForceValue -> forceValueDeep
This commit is contained in:
parent
022618c794
commit
1e0a799bef
3 changed files with 5 additions and 5 deletions
|
@ -188,7 +188,7 @@ public:
|
|||
|
||||
/* Force a value, then recursively force list elements and
|
||||
attributes. */
|
||||
void strictForceValue(Value & v);
|
||||
void forceValueDeep(Value & v);
|
||||
|
||||
/* Force `v', and then verify that it has the expected type. */
|
||||
NixInt forceInt(Value & v, const Pos & pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue