Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ CollectionNameKey
Class
CollectionNameKey
src/models/collection_cache.rs:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
24
pub struct CollectionNameKey(u64);
25
26
impl CollectionNameKey {
27
pub fn new(name: &str) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected