Nix
2.26.3
Nix, the purely functional 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::Pos
Definition
position.hh:20
src
libexpr
function-trace.hh
Generated by
1.13.2