MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / to_vec

Method to_vec

nodedb/src/bridge/envelope.rs:47–49  ·  view source on GitHub ↗

Convert to Vec .

(&self)

Source from the content-addressed store, hash-verified

45
46 /// Convert to Vec<u8>.
47 pub fn to_vec(&self) -> Vec<u8> {
48 self.as_bytes().to_vec()
49 }
50}
51
52impl Deref for Payload {

Callers 15

hostnameFunction · 0.45
recoverMethod · 0.45
bind_is_idempotentFunction · 0.45
append_surrogate_bindMethod · 0.45
make_partialFunction · 0.45
merge_filtersFunction · 0.45
convert_aggregateFunction · 0.45
convert_joinFunction · 0.45
convert_timeseries_scanFunction · 0.45
sql_value_to_bytesFunction · 0.45

Calls 1

as_bytesMethod · 0.45

Tested by 15

bind_is_idempotentFunction · 0.36
rs256_roundtripFunction · 0.36
rs256_wrong_key_rejectedFunction · 0.36
task_route_holds_planFunction · 0.36
from_plan_kv_getFunction · 0.36
response_okFunction · 0.36
response_roundtripFunction · 0.36
index_cleaned_on_deleteFunction · 0.36
raw_put_timingFunction · 0.36