MCPcopy Create free account
hub / github.com/andreiverse/gorilla / MutationSet

Class MutationSet

src/mutation.rs:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49#[derive(Clone)]
50pub struct MutationSet {
51 pub mutations: Vec<Mutation>,
52}
53
54pub struct MutationResult {
55 pub mutated_words: Vec<String>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected