Nix 2.93.3
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
5
6namespace nix {
7
8struct FunctionCallTrace
9{
10 const Pos pos;
11 FunctionCallTrace(const Pos & pos);
12 ~FunctionCallTrace();
13};
14}
Pos and AbstractPos.
Definition position.hh:19