MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / get_value

Method get_value

src/ast/kind.rs:306–308  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

304
305impl StringLiteral {
306 pub fn get_value(&self) -> String {
307 self.value.to_string()
308 }
309
310 pub fn get_eval_value(&self) -> String {
311 let value = self.get_value();

Callers 2

get_eval_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected