nixd
|
General metadata of all nix::Value
s.
More...
#include <AttrSet.h>
Public Attributes | |
int | Type |
Type of this value. | |
std::optional< lspserver::Location > | Location |
Location of the value. | |
std::optional<lspserver::Location> nixd::ValueMeta::Location |
Location of the value.
This presence of this value is determined by the nix evaluator. In nix 2.19.x and later:
Definition at line 74 of file AttrSet.h.
Referenced by nixd::fromJSON(), and nixd::toJSON().
int nixd::ValueMeta::Type |
Type of this value.
Definition at line 66 of file AttrSet.h.
Referenced by nixd::fromJSON(), and nixd::toJSON().