MCPcopy Create free account
hub / github.com/concensure/Semantic / HighLevelRefactorRequest

Class HighLevelRefactorRequest

refactor_graph/src/lib.rs:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug, Clone, Serialize, Deserialize)]
28pub struct HighLevelRefactorRequest {
29 pub repository: String,
30 pub old_symbol: String,
31 pub new_symbol: String,
32 pub include_tests: bool,
33}
34
35#[derive(Debug, Clone, Serialize, Deserialize, Default)]
36pub struct RefactorStatus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…