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

Method get

nodedb/src/control/server/pgwire/session/temp_tables.rs:70–72  ·  view source on GitHub ↗

Get a temp table entry.

(&self, name: &str)

Source from the content-addressed store, hash-verified

68
69 /// Get a temp table entry.
70 pub fn get(&self, name: &str) -> Option<&TempTableEntry> {
71 self.tables.get(name)
72 }
73
74 /// Get a mutable temp table entry (for INSERT INTO).
75 pub fn get_mut(&mut self, name: &str) -> Option<&mut TempTableEntry> {

Callers 15

decode_count_fieldFunction · 0.45
wal_append_timeseriesFunction · 0.45
extract_jwt_exp_msFunction · 0.45
flush_ilp_batch_innerFunction · 0.45
argMethod · 0.45
arg_strMethod · 0.45
handle_incrbyfloatFunction · 0.45
handle_getsetFunction · 0.45
parse_json_field_i64Function · 0.45
try_parseMethod · 0.45

Calls

no outgoing calls

Tested by 3

tenant_rowsFunction · 0.36
cross_core_shortest_pathFunction · 0.36
reconstructFunction · 0.36