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
8namespace nix {
9
11{
12 const Pos pos;
13 FunctionCallTrace(const Pos & pos);
15};
16}
Definition function-trace.hh:11
Definition position.hh:19