Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cosmic-utils/clipboard-manager
/ functions
Functions
87 in github.com/cosmic-utils/clipboard-manager
⨍
Functions
87
◇
Types & classes
19
↓ 19 callers
Method
insert
the <= 200 condition, is to unsure we reuse the same timestamp of the first process that inserted the data.
src/db/mod.rs:450
↓ 15 callers
Method
get
(&self, index: usize)
src/db/mod.rs:710
↓ 13 callers
Method
len
(&self)
src/db/mod.rs:744
↓ 11 callers
Method
iter
(&self)
src/db/mod.rs:720
↓ 7 callers
Method
clear
(&mut self)
src/db/mod.rs:246
↓ 7 callers
Method
remove
(&mut self, id: &TimeId)
src/db/mod.rs:259
↓ 5 callers
Method
add_favorite
(&mut self, entry: &Entry, index: Option<usize>)
src/db/mod.rs:583
↓ 5 callers
Method
close_popup
(&mut self)
src/app.rs:109
↓ 5 callers
Function
prepare_db_dir
()
src/db/test.rs:22
↓ 4 callers
Method
base_entry
( &'a self, entry: &'a Entry, is_focused: bool, content: impl Into<Element<'a,
src/view.rs:285
↓ 4 callers
Function
now_millis
()
src/utils.rs:82
↓ 4 callers
Method
search
(&mut self)
src/db/mod.rs:660
↓ 3 callers
Function
copy
(data: Entry)
src/clipboard.rs:188
↓ 3 callers
Method
get_content
(&self)
src/db/mod.rs:164
↓ 3 callers
Method
get_hash
(&self)
src/db/mod.rs:79
↓ 3 callers
Method
reload
(&mut self)
src/db/mod.rs:376
↓ 2 callers
Method
contains
(&self, id: &TimeId)
src/db/mod.rs:243
↓ 2 callers
Method
delete
(&mut self, data: &Entry)
src/db/mod.rs:545
↓ 2 callers
Function
fetch_data_version
https://www.sqlite.org/pragma.html#pragma_data_version
src/db/mod.rs:766
↓ 2 callers
Function
formatted_value
(value: &str, max_lines: usize, max_chars: usize)
src/utils.rs:12
↓ 2 callers
Method
image_entry
( &'a self, entry: &'a Entry, is_focused: bool, image_data: &'a [u8], )
src/view.rs:218
↓ 2 callers
Method
init
( core: Core, flags: Self::Flags, )
src/app.rs:202
↓ 2 callers
Method
insert_at
(&mut self, id: TimeId, pos: Option<usize>)
src/db/mod.rs:251
↓ 2 callers
Method
query
(&self)
src/db/mod.rs:706
↓ 2 callers
Method
set_query_and_search
(&mut self, query: String)
src/db/mod.rs:686
↓ 2 callers
Function
test_db
(db: &mut Db)
src/db/test.rs:55
↓ 2 callers
Method
text_entry
( &'a self, entry: &'a Entry, is_focused: bool, content: &'a str, )
src/view.rs:268
↓ 2 callers
Method
toggle_popup
(&mut self, kind: PopupKind)
src/app.rs:95
↓ 2 callers
Method
uris_entry
( &'a self, entry: &'a Entry, is_focused: bool, uris: &[&'a str], )
src/view.rs:229
↓ 1 callers
Method
change
(&mut self, prev: &TimeId, new: TimeId)
src/db/mod.rs:270
↓ 1 callers
Function
command_message
(message: M)
src/utils.rs:76
↓ 1 callers
Method
content
(&self)
src/view.rs:121
↓ 1 callers
Method
fav
(&self)
src/db/mod.rs:266
↓ 1 callers
Method
favorite_len
(&self)
src/db/mod.rs:656
↓ 1 callers
Function
find_alt
currently best effort
src/db/mod.rs:210
↓ 1 callers
Method
focus_next
(&mut self)
src/app.rs:54
↓ 1 callers
Method
focus_previous
(&mut self)
src/app.rs:58
↓ 1 callers
Method
get_last_row
(&mut self)
src/db/mod.rs:432
↓ 1 callers
Method
get_searchable_text
(&self)
src/db/mod.rs:190
↓ 1 callers
Method
handle_message
(&mut self, _message: DbMessage)
src/db/mod.rs:752
↓ 1 callers
Method
hash
(&self, state: &mut H)
src/db/mod.rs:61
↓ 1 callers
Function
inner
(dir: &Path)
src/utils.rs:87
↓ 1 callers
Method
is_error
(&self)
src/app.rs:71
↓ 1 callers
Function
localize
()
src/localize.rs:39
↓ 1 callers
Function
localizer
Get the `Localizer` to be used for localizing this library.
src/localize.rs:35
↓ 1 callers
Method
maximum_entries_lifetime
(&self)
src/config.rs:35
↓ 1 callers
Method
open_popup
(&mut self, kind: PopupKind)
src/app.rs:128
↓ 1 callers
Method
popup_view
(&self)
src/view.rs:80
↓ 1 callers
Method
quick_settings_view
(&self)
src/view.rs:44
↓ 1 callers
Function
remove_dir_contents
(dir: &Path)
src/utils.rs:86
↓ 1 callers
Method
remove_favorite
(&mut self, entry: &Entry)
src/db/mod.rs:623
↓ 1 callers
Method
search_iter
(&self)
src/db/mod.rs:736
↓ 1 callers
Function
setup_logs
()
src/main.rs:25
↓ 1 callers
Function
split_at
(str: &str, n: usize)
src/utils.rs:44
↓ 1 callers
Method
style
(&self)
src/app.rs:458
↓ 1 callers
Function
sub
()
src/config.rs:55
↓ 1 callers
Method
text_entry_with_indices
( &'a self, entry: &'a Entry, is_focused: bool, content: &'a str, _ind
src/view.rs:258
↓ 1 callers
Method
top_bar
(&self)
src/view.rs:92
Method
core
(&self)
src/app.rs:194
Method
core_mut
(&mut self)
src/app.rs:198
Method
default
()
src/config.rs:42
Function
different_content_same_time
()
src/db/test.rs:176
Method
eq
(&self, other: &Self)
src/db/mod.rs:67
Function
favorites
()
src/db/test.rs:207
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/db/mod.rs:137
Method
from_row
SELECT creation, mime, content, metadataMime, metadata
src/db/mod.rs:117
Function
gen_schema
()
src/config.rs:82
Function
horizontal_padding
(value: f32)
src/utils.rs:58
Method
inner_new
(config: &Config, db_dir: &Path)
src/db/mod.rs:287
Method
iter_inner
( state: &'a BTreeMap<TimeId, Entry>, favorites: &'a Favorites, )
src/db/mod.rs:725
Function
main
()
src/main.rs:46
Method
new
( creation: i64, mime: String, content: Vec<u8>, metadata: Option<EntryMetadat
src/db/mod.rs:85
Method
new_now
( mime: String, content: Vec<u8>, metadata: Option<EntryMetadata>, is_favorite
src/db/mod.rs:101
Method
on_app_exit
(&mut self)
src/app.rs:449
Method
on_close_requested
(&self, id: window::Id)
src/app.rs:234
Function
same
()
src/db/test.rs:145
Function
sub
()
src/navigation.rs:17
Function
sub
()
src/clipboard.rs:43
Function
sub
()
src/db/mod.rs:780
Method
subscription
(&self)
src/app.rs:435
Function
test
()
src/db/test.rs:41
Function
test_delete_old_one
()
src/db/test.rs:105
Method
toggle_settings
( info: impl Into<Cow<'a, str>> + 'a, value: bool, f: impl Fn(bool) -> App
src/view.rs:45
Method
update
(&mut self, message: Self::Message)
src/app.rs:245
Function
vertical_padding
(value: f32)
src/utils.rs:67
Method
view
(&self)
src/app.rs:411
Method
view_window
(&self, _id: Id)
src/app.rs:423