Skip to content

Commit

Permalink
Merge pull request #819 from gofractally/mm/branding
Browse files Browse the repository at this point in the history
Rebranding App
  • Loading branch information
cool-ant authored Sep 18, 2024
2 parents 17a48be + c43b355 commit aa9cadd
Show file tree
Hide file tree
Showing 47 changed files with 14,171 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust/psibase/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ pub trait Table<Record: TableRecord>: Sized {
}
}

pub struct SingletonKey {}

impl ToKey for SingletonKey {
fn append_key(&self, _key: &mut Vec<u8>) {}
}

#[derive(Clone)]
pub struct TableIndex<Key: ToKey, Record: TableRecord> {
pub db_id: DbId,
Expand Down
Loading

0 comments on commit aa9cadd

Please sign in to comment.