diff options
| author | 2026-03-29 13:38:19 +0000 | |
|---|---|---|
| committer | 2026-03-29 13:39:49 +0000 | |
| commit | 37707aada0157f255dbad920b917efb601184e12 (patch) | |
| tree | 29f79d242c764de8d6f1e65bcc847e53f21cd646 /commitquery/node_id.go | |
| parent | commitquery: Context has been gone long ago (diff) | |
| signature | No signature | |
commitquery: Reorganize
Diffstat (limited to 'commitquery/node_id.go')
| -rw-r--r-- | commitquery/node_id.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/commitquery/node_id.go b/commitquery/node_id.go new file mode 100644 index 00000000..c1d82f38 --- /dev/null +++ b/commitquery/node_id.go @@ -0,0 +1,7 @@ +package commitquery + +import objectid "codeberg.org/lindenii/furgit/object/id" + +func (query *query) id(idx nodeIndex) objectid.ObjectID { + return query.nodes[idx].id +} |
