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

Method get_mut

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

Get a mutable temp table entry (for INSERT INTO).

(&mut self, name: &str)

Source from the content-addressed store, hash-verified

73
74 /// Get a mutable temp table entry (for INSERT INTO).
75 pub fn get_mut(&mut self, name: &str) -> Option<&mut TempTableEntry> {
76 self.tables.get_mut(name)
77 }
78
79 /// Remove a temp table.
80 pub fn remove(&mut self, name: &str) -> bool {

Callers 15

unlistenMethod · 0.45
unlisten_allMethod · 0.45
notifyMethod · 0.45
acquireMethod · 0.45
request_endMethod · 0.45
connection_endMethod · 0.45
touchMethod · 0.45
revokeMethod · 0.45
rotateMethod · 0.45
drop_policyMethod · 0.45
set_statusMethod · 0.45

Calls

no outgoing calls