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

Function sequence_key

nodedb/src/control/security/catalog/sequences.rs:179–181  ·  view source on GitHub ↗
(tenant_id: u64, name: &str)

Source from the content-addressed store, hash-verified

177}
178
179fn sequence_key(tenant_id: u64, name: &str) -> String {
180 format!("{tenant_id}:{name}")
181}
182
183#[cfg(test)]
184mod tests {

Callers 5

put_sequenceMethod · 0.85
get_sequenceMethod · 0.85
delete_sequenceMethod · 0.85
put_sequence_stateMethod · 0.85
get_sequence_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected