MCPcopy Create free account

hub / github.com/attaca/attaca / functions

Functions620 in github.com/attaca/attaca

↓ 189 callersMethodmap
(self, func: F)
src/object/mod.rs:124
↓ 100 callersMethodclone
(&self)
src/store.rs:50
↓ 33 callersMethodas_ref
(&self)
src/object/mod.rs:160
↓ 30 callersMethodinto_iter
(self)
src/batch.rs:175
↓ 26 callersMethodlen
(&self)
src/old/catalog.rs:255
↓ 23 callersMethodclone
(&self)
attaca-rados/src/memo.rs:76
↓ 22 callersMethodas_bytes
(&self)
src/old/marshal/marshaller.rs:186
↓ 21 callersMethodborrow
(&self)
src/old/marshal/marshaller.rs:56
↓ 20 callersMethodget
( &self, path: ObjectPath, )
src/hierarchy.rs:41
↓ 20 callersMethoditer
(&'a self)
src/old/index.rs:337
↓ 19 callersMethodfinish
(self)
src/store.rs:275
↓ 19 callersMethodinsert
(&mut self, hash: ObjectHash)
src/old/catalog.rs:174
↓ 17 callersMethodpush
Push a new byte into the ring buffer, ignoring the last byte.
src/old/split.rs:214
↓ 16 callersMethodlen
(&self)
src/object/mod.rs:804
↓ 15 callersMethodclone
(&self)
subito/src/cache.rs:157
↓ 14 callersMethodas_inner
(&self)
src/object/mod.rs:142
↓ 14 callersMethodinto_iter
(self)
src/old/marshal/tree.rs:309
↓ 14 callersMethodread
(&mut self, buf: &mut [u8])
src/store.rs:139
↓ 12 callersMethodget
(this: &Arc<Cache>, digest: &Digest)
src/old/api/object.rs:117
↓ 12 callersMethodindex
(&self, node_id: NodeId)
src/old/marshal/tree.rs:34
↓ 11 callersMethodas_ref
(&self)
subito/src/db.rs:15
↓ 11 callersMethodas_str
(&self)
subito/src/syntax.rs:32
↓ 11 callersMethodextend
(&mut self, iter: I)
src/store.rs:258
↓ 9 callersMethodclose
(self)
src/old/context.rs:286
↓ 9 callersMethodinsert
(self, entry: SubtreeEntry)
src/old/marshal/tree.rs:116
↓ 9 callersMethodparse
(s: Cow<str>)
subito/src/syntax.rs:36
↓ 9 callersMethodread
(&mut self, buf: &mut [u8])
attaca-leveldb/src/store.rs:143
↓ 9 callersMethodread_object
Read a single object from the remote repository. This will instead read a local file if the object is already present on disk in the local blob store
src/old/store/ceph.rs:122
↓ 8 callersMethodclone
(&self)
src/hierarchy.rs:18
↓ 8 callersMethodfetch
(&'r mut self, args: FetchArgs)
subito/src/fetch.rs:23
↓ 8 callersMethodfinish
(self)
src/old/store/local.rs:62
↓ 8 callersMethodinto_inner
(self)
src/old/marshal/tree.rs:94
↓ 8 callersMethodpath
(&self)
src/old/marshal/backed.rs:62
↓ 8 callersMethodsize
(&self)
src/object/mod.rs:318
↓ 7 callersMethodalloc
(&mut self, node_opt: Option<Node>)
src/old/marshal/tree.rs:52
↓ 7 callersMethodpush
(&mut self, handle: Handle<B>)
src/store.rs:271
↓ 7 callersMethodsend
(&self, store: &Store<B>)
src/object/mod.rs:34
↓ 6 callersMethodadd
(&mut self, added: bool)
src/old/index.rs:137
↓ 6 callersFunctioncreate
Create a new branch using HEAD.
subito/src/plumbing/branch.rs:23
↓ 6 callersFunctionencode
(w: &mut W, blob: &[u8], refs: &[D])
src/canonical.rs:11
↓ 6 callersMethodget
(&self)
src/old/index.rs:181
↓ 6 callersMethodinsert
( self, path: List<String>, value: Option<ObjectRef<Handle<B>>>, )
src/batch.rs:63
↓ 5 callersMethodas_hash
(&self)
src/old/marshal/marshaller.rs:182
↓ 5 callersMethodas_slice
(&self)
src/old/marshal/marshaller.rs:35
↓ 5 callersMethodbuilder
(&self)
src/store.rs:65
↓ 5 callersFunctiondecode
(r: &mut R)
src/canonical.rs:33
↓ 5 callersMethodis_empty
(&self)
src/old/marshal/object.rs:145
↓ 5 callersMethodpath
(&self)
subito/src/cache.rs:384
↓ 5 callersMethodremove
(self, path: List<String>)
src/batch.rs:103
↓ 5 callersMethodsize
(&self)
src/old/marshal/object.rs:52
↓ 5 callersMethodsplit_file
( &self, path: P, )
src/old/context.rs:127
↓ 5 callersMethodto_path
(&self)
src/old/marshal/marshaller.rs:40
↓ 5 callersMethodupdate
(&mut self, fresh: &IndexMetadata, timestamp: &DateTime<Utc>)
src/old/index.rs:143
↓ 4 callersMethodclear
Clear all registered hashes from the catalog. Clearing a `Catalog` will cancel any in-progress locks, causing any outstanding locks to panic when drop
src/old/catalog.rs:264
↓ 4 callersMethodentry
(self, path: I)
src/old/marshal/tree.rs:337
↓ 4 callersMethodfinish
(&self, builder: Self::Builder)
attaca-rados/src/lib.rs:376
↓ 4 callersMethodhead_as_hash
(&self)
src/old/repository.rs:189
↓ 4 callersMethodinto_object
(self, with: I)
attaca-rados/src/lib.rs:119
↓ 4 callersMethoditer_mut
(&'a mut self)
src/old/index.rs:343
↓ 4 callersMethodload
(path: P)
src/old/index.rs:39
↓ 4 callersMethodpush
(&mut self, objref: ObjectRef<H>)
src/object/mod.rs:873
↓ 4 callersFunctionrdf_literal
(s: &str)
src/object/encode.rs:92
↓ 4 callersMethodreserve
This function returns `Ok` if the ID is fresh and `Err` if it is not.
attaca-leveldb/src/store.rs:195
↓ 4 callersMethodstore
(&self, weak: Weak<T>, ordering: Ordering)
src/old/api/atomic_weak.rs:32
↓ 4 callersMethodtry_lock
(&self, hash: ObjectHash)
src/old/catalog.rs:226
↓ 4 callersMethodwrite_file
(&self, stream: U)
src/old/context.rs:182
↓ 3 callersMethodas_raw
(&self)
src/old/marshal/object.rs:56
↓ 3 callersMethodas_slice
(&self, f: F)
attaca-leveldb/src/lib.rs:51
↓ 3 callersMethodchain
(path: List<String>, value: Option<ObjectRef<Handle<B>>>)
src/batch.rs:36
↓ 3 callersMethodcmp
(&self, other: &Self)
src/old/bin/log.rs:37
↓ 3 callersMethoddigest
(&self, signature: DigestSignature, id: RawHandle)
attaca-rados/src/lib.rs:452
↓ 3 callersMethodencode
( &self, mut buf: W, )
subito/src/state.rs:181
↓ 3 callersMethodhash
(&self)
src/old/marshal/object.rs:81
↓ 3 callersMethodinto_components
(self)
src/old/marshal/marshaller.rs:190
↓ 3 callersMethodload
(&self, ordering: Ordering)
src/old/api/atomic_weak.rs:24
↓ 3 callersFunctionns_from_components
(seconds: i64, nanos: i64)
subito/src/cache.rs:27
↓ 3 callersMethodprocess_chunks
( &self, stream: S, )
src/old/marshal/marshaller.rs:225
↓ 3 callersMethodread
(&mut self, buf: &mut [u8])
attaca-rados/src/lib.rs:229
↓ 3 callersMethodregister
TODO: Take an iterator of string slices instead of a `GlobSet`, and attempt to parse those string slices into `Glob`s of their own. Then, only visit s
src/old/index.rs:299
↓ 3 callersMethodremote
(&'r mut self, args: RemoteArgs)
subito/src/remote.rs:39
↓ 3 callersMethodreserve
(&mut self, digest: Sha3Digest)
attaca-rados/src/mapping.rs:17
↓ 3 callersMethodrun
( self, store: Store<B>, tree_builder: TreeBuilder<Handle<B>>, )
src/batch.rs:162
↓ 3 callersMethodswap
(&self, weak: Weak<T>, ordering: Ordering)
src/old/api/atomic_weak.rs:36
↓ 3 callersMethodtimestamp
(&mut self, new_timestamp: DateTime<FixedOffset>)
src/object/mod.rs:1408
↓ 3 callersMethodupdate_write_progress
(&mut self)
src/old/bin/trace.rs:34
↓ 2 callersMethodas_ref
(&self)
attaca-leveldb/src/lib.rs:38
↓ 2 callersMethodas_write
(&mut self)
src/store.rs:353
↓ 2 callersMethodauthor
(&mut self, new_author: CommitAuthor)
src/object/mod.rs:1377
↓ 2 callersMethodcmp
(&self, rhs: &Self)
src/store.rs:193
↓ 2 callersFunctioncommand
()
src/old/bin/main.rs:46
↓ 2 callersFunctiondecode_branch_set
(reader: &mut R)
attaca-leveldb/src/store.rs:16
↓ 2 callersMethoddo_resolve_id
(&self, digest: &Sha3Digest)
attaca-leveldb/src/store.rs:286
↓ 2 callersMethoddo_resolve_id
(&self, digest: &Sha3Digest)
attaca-rados/src/lib.rs:337
↓ 2 callersMethodentry_from
( self, mut current: NodeId, pre_chain: Option<I::Item>, mut path: I, )
src/old/marshal/tree.rs:345
↓ 2 callersMethodextend
(&mut self, iter: I)
attaca-rados/src/lib.rs:195
↓ 2 callersMethodfinish
(&self, builder: Self::Builder)
attaca-leveldb/src/store.rs:381
↓ 2 callersMethodfinish
(self)
attaca-test/src/store/mod.rs:36
↓ 2 callersMethodflush
(&mut self)
src/store.rs:252
↓ 2 callersMethodget
(&self, hash: ObjectHash)
src/old/catalog.rs:239
↓ 2 callersMethodget_config
(&self)
subito/src/config.rs:110
next →1–100 of 620, ranked by callers