Skip to content
Snippets Groups Projects
Commit cfc3f7d3 authored by Antoine Lambert's avatar Antoine Lambert Committed by vlorentz
Browse files

rust/tutorial: Fix label of node_type method link

parent 92fa818c
No related branches found
No related tags found
1 merge request!689rust/tutorial: Fix label of node_type method link
Pipeline #12458 passed
......@@ -221,7 +221,7 @@ This struct exposes (through `.properties()`) the following methods:
`graph.order`. It does additional domain-checking by calling `getSWHID()`
on its own result to check that the input SWHID was valid.
- [`swhid(NodeId) -> NodeType`](crate::properties::SwhGraphProperties::node_type):
- [`node_type(NodeId) -> NodeType`](crate::properties::SwhGraphProperties::node_type):
returns the type of a given node, as
an enum of all the different object types in the Software Heritage data
model. It does so by looking up the value at offset *i* in the bit vector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment