object: graph: expose Graph.Results

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-01 11:49:32 -07:00 committed by Emi Gutekanst
parent 6dd7b48662
commit 9032a22064

View file

@ -345,7 +345,7 @@ pub const Graph = struct {
} });
}
const Results = struct {
pub const Results = struct {
// The actual result items. Read-only.
items: []const u64,