Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ push
Method
push
nodedb/src/control/server/pgwire/pg_catalog/vquery/table.rs:27–30 ·
view source on GitHub ↗
(&mut self, row: Vec<VValue>)
Source
from the content-addressed store, hash-verified
25
}
26
27
pub fn push(&mut self, row: Vec<VValue>) {
28
debug_assert_eq!(row.len(), self.columns.len());
29
self.rows.push(row);
30
}
31
}
Callers
15
parse_payload
Function · 0.45
concurrent_16x1000_unique
Function · 0.45
resolve_inheritance
Method · 0.45
parse_conditions
Function · 0.45
substitute_to_scan_filters
Function · 0.45
combine_policies
Function · 0.45
record_violation
Method · 0.45
parse_crl_der
Function · 0.45
score
Method · 0.45
record_ip
Method · 0.45
explain_permission
Function · 0.45
lint_predicate
Function · 0.45
Calls
no outgoing calls
Tested by
14
concurrent_16x1000_unique
Function · 0.36
fingerprint_mismatch_emits_audit_and_counts_as_miss
Function · 0.36
miss_spike_emits_audit_event_once
Function · 0.36
show_audit_log
Function · 0.36
show_audit_log_memory
Function · 0.36
show_audit_where
Function · 0.36
show_audit_in_database
Function · 0.36
show_users
Function · 0.36
tenant_rows
Function · 0.36
show_roles
Function · 0.36
show_grants
Function · 0.36
show_permissions
Function · 0.36