MCPcopy Create free account
hub / github.com/PerroEngine/Perro / intern

Method intern

perro_source/core/perro_csv/src/lib.rs:1022–1029  ·  view source on GitHub ↗
(&mut self, value: &str)

Source from the content-addressed store, hash-verified

1020 select_cols: self.select_cols.as_deref(),
1021 })
1022 }
1023
1024 #[inline]
1025 pub fn iter(&self) -> CSVQueryRows<'_> {
1026 CSVQueryRows {
1027 result: self,
1028 index: 0,
1029 }
1030 }
1031}
1032

Callers 1

leak_cellsFunction · 0.45

Calls 2

getMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected