MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / len

Method len

xtask/src/main.rs:2782–2787  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2780
2781impl PreparedUpdateValues<'_> {
2782 fn len(&self) -> usize {
2783 match self {
2784 Self::Numeric(values) => values.len(),
2785 Self::Text(values) => values.len(),
2786 }
2787 }
2788}
2789
2790#[derive(Debug, Clone, Copy, PartialEq, Eq)]

Callers 15

push_tailMethod · 0.80
poll_writeMethod · 0.80
poll_write_vectoredMethod · 0.80
sizeMethod · 0.80
package_sizeFunction · 0.80
perf_warmFunction · 0.80
perf_benchFunction · 0.80
perf_native_postgresFunction · 0.80
perf_pglite_nodefs_sqlxFunction · 0.80
perf_prepared_updatesFunction · 0.80

Calls

no outgoing calls

Tested by 8

joinMethod · 0.64
concat_slicesFunction · 0.64
row_descriptionFunction · 0.64
parameter_descriptionFunction · 0.64
data_rowFunction · 0.64