refactor: change meta_name to immutable reference and add debugging

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-19 14:12:53 -03:00
parent eb7da379ef
commit 73bfc064ea
7 changed files with 24 additions and 17 deletions

View File

@@ -160,7 +160,7 @@ impl MetaPlugin for MetaPluginProgram {
}
}
fn meta_name(&mut self) -> String {
fn meta_name(&self) -> String {
self.meta_name.clone()
}