Nix
2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
function-trace.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
eval.hh
"
5
6
#include <chrono>
7
8
namespace
nix {
9
10
struct
FunctionCallTrace
11
{
12
const
Pos
pos;
13
FunctionCallTrace
(
const
Pos
& pos);
14
~FunctionCallTrace
();
15
};
16
}
eval.hh
nix::FunctionCallTrace
Definition
function-trace.hh:11
nix::Pos
Definition
position.hh:19
lix
libexpr
function-trace.hh
Generated by
1.10.0