Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
fn sequence_key(tenant_id: u64, name: &str) -> String {
180
format!(
"{tenant_id}:{name}"
)
181
}
182
183
#[cfg(test)]
184
mod tests {
Callers
5
put_sequence
Method · 0.85
get_sequence
Method · 0.85
delete_sequence
Method · 0.85
put_sequence_state
Method · 0.85
get_sequence_state
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected