Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
50
pub struct MutationSet {
51
pub mutations: Vec<Mutation>,
52
}
53
54
pub struct MutationResult {
55
pub mutated_words: Vec<String>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected