Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ cursor_error
Function
cursor_error
nodedb/src/control/server/pgwire/handler/cursor_cmds.rs:181–187 ·
view source on GitHub ↗
(msg: &str)
Source
from the content-addressed store, hash-verified
179
}
180
181
fn cursor_error(msg: &str) -> PgWireError {
182
PgWireError::UserError(Box::new(ErrorInfo::new(
183
"ERROR"
.to_owned(),
184
"34000"
.to_owned(),
185
msg.to_owned(),
186
)))
187
}
Callers
2
handle_fetch
Method · 0.85
handle_move
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected