MCPcopy 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_payloadFunction · 0.45
resolve_inheritanceMethod · 0.45
parse_conditionsFunction · 0.45
combine_policiesFunction · 0.45
record_violationMethod · 0.45
parse_crl_derFunction · 0.45
scoreMethod · 0.45
record_ipMethod · 0.45
explain_permissionFunction · 0.45
lint_predicateFunction · 0.45

Calls

no outgoing calls

Tested by 14

show_audit_logFunction · 0.36
show_audit_log_memoryFunction · 0.36
show_audit_whereFunction · 0.36
show_audit_in_databaseFunction · 0.36
show_usersFunction · 0.36
tenant_rowsFunction · 0.36
show_rolesFunction · 0.36
show_grantsFunction · 0.36
show_permissionsFunction · 0.36