MCPcopy Create free account
hub / github.com/daniel-e/rustml / octave_bin

Method octave_bin

src/octave.rs:217–222  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

215 }
216
217 pub fn octave_bin(&self, path: &str) -> OctaveScriptBuilder {
218 OctaveScriptBuilder {
219 buf: self.buf.clone(),
220 octave_bin: path.to_string()
221 }
222 }
223
224 pub fn to_string(&self) -> String {
225 let mut s = String::new();

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected