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

Method next_request_id

nodedb/src/control/server/pgwire/handler/core.rs:81–83  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

79 }
80
81 pub(super) fn next_request_id(&self) -> RequestId {
82 self.state.next_request_id()
83 }
84
85 /// Resolve the authenticated identity from pgwire client metadata, then
86 /// overlay the session's superuser tenant override (if any) onto the

Calls

no outgoing calls

Tested by

no test coverage detected