MCPcopy Index your code
hub / github.com/arkworks-rs/poly-commit / label

Method label

poly-commit/src/data_structures.rs:143–145  ·  view source on GitHub ↗

Return the label for `self`.

(&self)

Source from the content-addressed store, hash-verified

141
142 /// Return the label for `self`.
143 pub fn label(&self) -> &String {
144 &self.label
145 }
146
147 /// Retrieve an immutable reference to the polynomial contained in `self`.
148 pub fn polynomial(&self) -> &P {

Callers 15

batch_openMethod · 0.80
batch_checkMethod · 0.80
check_combinationsMethod · 0.80
evaluate_query_setFunction · 0.80
combine_and_normalizeMethod · 0.80
open_combinationsMethod · 0.80
check_combinationsMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
batch_openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected