MCPcopy Index your code
hub / github.com/eventuallyconsultant/codegenr / get_param_as_integer

Method get_param_as_integer

codegenr/src/helpers/handlebars_ext.rs:92–94  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

90 ))),
91 }
92 }
93
94 fn get_param_as_bool(&self, index: usize) -> Option<bool> {
95 self.param(index).map(|p| is_truthy(p.value()))
96 }
97

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected