MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / add

Method add

engine/src/permutation_engine.rs:135–137  ·  view source on GitHub ↗
(&mut self, permutation: Permutation)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn add(&mut self, permutation: Permutation) {
136 self.permutations.push(permutation);
137 }
138
139 fn add_result(
140 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected