MCPcopy Create free account

hub / github.com/dialog-db/dialog-db / functions

Functions4,212 in github.com/dialog-db/dialog-db

↓ 5 callersMethodaudience
(&self)
rust/dialog-ucan/src/access.rs:36
↓ 5 callersMethodbinary
( self, other: Self, u: impl FnOnce(u128, u128) -> Option<u128>, i: impl FnOnc
rust/dialog-query/src/formula/number.rs:145
↓ 5 callersMethodcells
(&'a self)
rust/dialog-encoding/src/lib.rs:158
↓ 5 callersMethodcertificate
Returns the handle for this space's certificate directory.
rust/dialog-storage/src/storage/provider/fs/certificate.rs:18
↓ 5 callersFunctioncollect
(s: ArtifactStream<'_>)
rust/dialog-repository/src/layer.rs:211
↓ 5 callersMethodconclusion
Returns the conclusion predicate for this rule.
rust/dialog-query/src/rule/deductive.rs:59
↓ 5 callersMethodcontains
Returns `true` iff the term is bound (Present *or* Absent) in this match. Use [`Self::is_present`] to check for `Present`-only.
rust/dialog-query/src/selection/match.rs:263
↓ 5 callersMethodcontent_type
Convenience: the attribute's content type, if known.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:93
↓ 5 callersMethodcount
Returns the number of tasks currently queued. This count decreases as tasks complete during [`join`](Self::join).
rust/dialog-common/src/async.rs:235
↓ 5 callersMethodcredential
Get the credential.
rust/dialog-repository/src/repository.rs:61
↓ 5 callersFunctiondecode
(encoded: String)
rust/dialog-artifacts/src/web.rs:158
↓ 5 callersMethodencode
Encode a payload using this header's codec. # Errors Returns the codec's encoding error if encoding fails.
rust/dialog-varsig/src/signature.rs:67
↓ 5 callersMethodevaluate
Evaluate: filter rows whose value's lexical form does not begin with the prefix. - Subject and prefix both `Present`: yield iff the subject has a lex
rust/dialog-query/src/constraint/starts_with.rs:180
↓ 5 callersMethodexists
Check if this location exists.
rust/dialog-storage/src/storage/provider/fs.rs:419
↓ 5 callersMethodexpand_at
Expands the node covering `bound`, if any. The frontier is sorted by upper bound, so the first node whose upper bound is `>= bound` is the only one w
rust/dialog-search-tree/src/differential.rs:193
↓ 5 callersFunctionexport_artifacts
(artifacts: &[Artifact])
rust/dialog-csv/src/lib.rs:55
↓ 5 callersMethodget
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/backend.rs:123
↓ 5 callersMethodget_node
Retrieves a node by its content hash. Checks the cache first, then the storage backend. Returns an error if the node is in neither.
rust/dialog-search-tree/src/accessor.rs:54
↓ 5 callersFunctionharness
()
rust/dialog-blobs/src/vfs.rs:36
↓ 5 callersFunctioninsert
Inserts a delegation and returns its CID. # Errors If insertion fails, an error defined by the `impl DelegationStore` is returned (the `S::InsertErr
rust/dialog-ucan-core/src/delegation/store.rs:51
↓ 5 callersMethodinsert
Insert a resource for the given address, returning the old one if present.
rust/dialog-storage/src/resource/pool.rs:63
↓ 5 callersMethodinto_vec
Get the inner Vec for compatibility
rust/dialog-query/src/rule/premises.rs:42
↓ 5 callersMethodissuer
(&self)
rust/dialog-ucan/src/access.rs:32
↓ 5 callersMethoditer
Returns an iterator over all dependencies as (name, requirement) pairs.
rust/dialog-query/src/formula/cell.rs:232
↓ 5 callersMethodload
(name: String)
rust/dialog-operator/src/profile/open.rs:30
↓ 5 callersMethodload
Load an existing remote.
rust/dialog-repository/src/repository/remote/reference.rs:60
↓ 5 callersFunctionmerge_grouped
Merge sorted artifact streams into one stream whose order matches what a single physical prolly tree containing every input would produce, deduplicati
rust/dialog-repository/src/layer.rs:76
↓ 5 callersMethodnext_u32
(&mut self)
rust/dialog-search-tree/src/tree/transient.rs:1297
↓ 5 callersMethodoperator_did
Get the operator DID.
rust/dialog-operator/src/authority.rs:56
↓ 5 callersMethodparse
(input: ParseStream)
rust/dialog-macros/src/test.rs:79
↓ 5 callersFunctionperson_with_name
()
rust/dialog-query/src/rule/analyzer.rs:307
↓ 5 callersFunctionquery_employees
Query `employee` and return the derived entities.
rust/dialog-repository/src/repository/branch/session.rs:559
↓ 5 callersMethodquery_stuff
Run the public [`Stuff`] concept query and report the block reads of the *whole* query. Does not seed — the caller seeds via [`seed_stuff`](Self::seed
rust/dialog-query/src/helpers.rs:433
↓ 5 callersMethodraw
The internal array represented by this [`EntityKeyPart`]
rust/dialog-artifacts/src/key/part.rs:26
↓ 5 callersMethodredeem
Redeem this authorization at the access service for a presigned URL permit.
rust/dialog-remote-ucan-s3/src/site.rs:27
↓ 5 callersMethodresolve
Resolve a [`Type`] to its current form under the substitution, recursively following any variables that have been bound until reaching a static type o
rust/dialog-query/src/type_system/unifier.rs:151
↓ 5 callersMethodretrieve
Retrieves bytes by their content hash, verifying the hash matches.
rust/dialog-search-tree/src/storage.rs:54
↓ 5 callersMethodrevision
Get the hash that represents the [`ArtifactStore`] at its current version.
rust/dialog-artifacts/src/artifacts.rs:250
↓ 5 callersMethodrun_query
Run a select-by-attribute query against the seeded branch, recording block reads via a [`JournaledStorage`] wrapper. The query scans the branch's ind
rust/dialog-query/src/helpers.rs:361
↓ 5 callersFunctionsigner
(seed: u8)
rust/dialog-ucan/src/access.rs:357
↓ 5 callersMethodstarts_with
Prefix predicate: this term's value has a lexical form beginning with `prefix`. Ranges over the TEXTUAL kinds; a constant prefix narrows the subject t
rust/dialog-query/src/constraint/starts_with.rs:223
↓ 5 callersFunctiontest_catalog
(name: &str)
rust/dialog-repository/src/repository/archive/local.rs:123
↓ 5 callersMethodthe
Sets a human-readable description for this cell, returning `self` for chaining.
rust/dialog-query/src/formula/cell.rs:63
↓ 5 callersMethodto_reference
Produce a hash reference to this [`Value`]
rust/dialog-artifacts/src/artifacts/value.rs:93
↓ 5 callersFunctionto_uint8array
Convert bytes to a JS Uint8Array.
rust/dialog-storage/src/storage/provider/indexeddb.rs:67
↓ 5 callersMethodverifying_key
(&self)
rust/dialog-credentials/src/ed25519/web.rs:151
↓ 5 callersMethodwrite_to
Creates a file at the given path (relative to root) and returns a handle for writing. Intermediate directories are created as needed.
rust/dialog-blobs/src/vfs/web.rs:337
↓ 4 callersMethodaddress
Returns a reference to the address this cell is positioned at.
rust/dialog-storage/src/storage/transactional_memory.rs:358
↓ 4 callersMethodargs
Convert to invocation arguments.
rust/dialog-ucan/src/scope.rs:36
↓ 4 callersMethodas_bytes
View the raw version bytes.
rust/dialog-effects/src/memory.rs:87
↓ 4 callersMethodas_premise
Reconstruct the syntactic premise this step was lowered from. The payload is the lowered, already type-narrowed form of the query, so this is a faith
rust/dialog-query/src/planner/plan.rs:97
↓ 4 callersMethodas_str
Get the [`Entity`] as a string reference
rust/dialog-artifacts/src/artifacts/entity.rs:111
↓ 4 callersMethodat
Converts this error into a [`TypeError`] by attaching a binding name.
rust/dialog-query/src/error.rs:303
↓ 4 callersFunctionattribute
(value: Term<Any>, cardinality: Cardinality)
rust/dialog-query/src/planner/feasibility.rs:114
↓ 4 callersFunctionbuild_test_container
Build a valid UCAN container with invocation and delegation for testing
rust/dialog-remote-ucan-s3/src/authorizer.rs:305
↓ 4 callersMethodbytes
Returns the hash bytes as a 32-byte array reference.
rust/dialog-common/src/hash.rs:48
↓ 4 callersMethodcardinality
Convenience: the attribute's cardinality.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:98
↓ 4 callersFunctionchoose
Given two artifacts for the same `(attribute, entity)` pair, return the winner. The winner is the artifact with the higher cause; when causes are equa
rust/dialog-query/src/attribute/query/only.rs:24
↓ 4 callersMethodclose
* Closes session & cancels all the subscribers.
typescript/dialog-experimental/src/session.ts:100
↓ 4 callersMethodcommit
Commit a stream of changes to this branch.
rust/dialog-repository/src/repository/branch/commit.rs:33
↓ 4 callersFunctioncompute_geometric_rank
Compute the rank of a hash using a threshold-based geometric distribution. The first 8 bytes of the hash are interpreted as a little-endian `u64` pre
rust/dialog-search-tree/src/distribution.rs:65
↓ 4 callersMethodconstraint
Look up the constraint for a variable. Returns [`Primitive::ALL`] if the variable is unknown to this context.
rust/dialog-query/src/type_system/unifier.rs:140
↓ 4 callersMethodcontains
Check whether the pool already contains a resource for the given address.
rust/dialog-storage/src/resource/pool.rs:47
↓ 4 callersFunctioncreate_test_invocation_chain
Create a test invocation chain with a valid delegation.
rust/dialog-ucan-core/src/container/invocation.rs:252
↓ 4 callersMethoddecode
(&self, bytes: &[u8])
rust/dialog-storage/src/encoder/cbor.rs:30
↓ 4 callersMethodencode
Encode this envelope payload for signing/verification using the header's codec. # Errors Returns the codec's encoding error if encoding fails.
rust/dialog-ucan-core/src/envelope.rs:122
↓ 4 callersMethodencode
Encode a value into bytes.
rust/dialog-repository/src/repository/memory/cell.rs:104
↓ 4 callersMethodexpiration
The effective expiration time across all delegations. Returns the earliest `expiration` in the chain (most restrictive). `None` means no delegation i
rust/dialog-ucan-core/src/container/delegation.rs:194
↓ 4 callersFunctionexport_public_key_raw
Export a public key as raw bytes.
rust/dialog-credentials/src/ed25519/web.rs:427
↓ 4 callersMethodextend
Install every rule from `other` into this `ConceptRules`. Used when combining two rule sources (e.g. a primary registry and an overlay) so all instal
rust/dialog-query/src/concept/query/rules.rs:83
↓ 4 callersFunctionextract_doc_comments
Extract doc comments from attributes
rust/dialog-macros/src/query/helpers.rs:24
↓ 4 callersFunctionfilter_tombstones
Wrap an artifact stream in a filter that drops any item whose [`sort_key`] is in `tombstones`. No-op when the set is empty.
rust/dialog-repository/src/layer.rs:162
↓ 4 callersMethodget
(&self, key: &Key)
rust/dialog-query/src/concept/query/plan_cache.rs:131
↓ 4 callersMethodget
Read a block from the remote archive by hash.
rust/dialog-repository/src/repository/remote/archive.rs:39
↓ 4 callersMethodget_reads_for_key
Get all read operations for a specific key in the order they occurred. Returns references to the journal entries via their offsets.
rust/dialog-storage/src/storage/journal.rs:272
↓ 4 callersFunctionhmac_sha256
(key: &[u8], data: &[u8])
rust/dialog-remote-s3/src/s3/credential.rs:210
↓ 4 callersMethodindex
Get a reference-counted pointer to the internal entity index of the [`Artifacts`]
rust/dialog-artifacts/src/artifacts.rs:113
↓ 4 callersMethodinstantiate
Convert into the given numeric type *losslessly*: `None` when the value is not exactly representable there. The literal adaptation primitive: a polymo
rust/dialog-query/src/formula/number.rs:173
↓ 4 callersMethodintersect
Compute the intersection of two time ranges (most restrictive).
rust/dialog-capability/src/access.rs:129
↓ 4 callersMethodinto_bytes
Consume the wrapper and return the raw bytes.
rust/dialog-effects/src/memory.rs:92
↓ 4 callersMethodinto_effect
Consume the capability and return the owned effect.
rust/dialog-capability/src/capability.rs:117
↓ 4 callersFunctioninto_owned
Deserializes an archived value into an owned value. The [`Archive::Archived`] type is a zero-copy representation that references serialized bytes dir
rust/dialog-search-tree/src/encoding.rs:10
↓ 4 callersMethodinto_transient
Unwraps an already-lifted node to its [`TransientNode`]. Errors if the node is still a [`Node::Persistent`] reference. Callers use this where an edit
rust/dialog-search-tree/src/node.rs:50
↓ 4 callersMethodis_any
Whether this is the wildcard "any" subject.
rust/dialog-capability/src/subject.rs:53
↓ 4 callersMethodis_optional
Returns `true` iff this term's kind admits the `Nothing` atom, i.e. the slot is set-widened. Untyped terms (no kind) return `false`.
rust/dialog-query/src/term.rs:224
↓ 4 callersFunctionkey
(n: u32)
rust/dialog-search-tree/src/differential.rs:1775
↓ 4 callersMethodkey_bytes
Convert this [`Uri`] to the byte representation expected for use as part of an index key. The layout is 64 bytes wide. The first 32 bytes contain the
rust/dialog-artifacts/src/uri.rs:61
↓ 4 callersMethodkind
(&self)
rust/dialog-query/src/types.rs:181
↓ 4 callersMethodlocal_path
Converts a given path into a normalized path rooted on the internal `root`. Prevents path traversal by resolving `..` components and verifying the res
rust/dialog-blobs/src/vfs/native.rs:43
↓ 4 callersMethodlocation
(&self)
rust/dialog-operator/src/profile/open.rs:55
↓ 4 callersMethodmake_path
Join the address with the root directory to form the file path. The address is treated as a path component. If it contains invalid path characters, f
rust/dialog-storage/src/storage/backend/fs.rs:69
↓ 4 callersMethodnext
Returns the next cell as a zero-copy slice into the original buffer. This method reads the next cell index from the encoded buffer, looks up the corr
rust/dialog-encoding/src/buffer.rs:269
↓ 4 callersMethodnonce
(&self)
rust/dialog-ucan-core/src/invocation.rs:109
↓ 4 callersMethodnonce
(&self)
rust/dialog-ucan-core/src/delegation.rs:92
↓ 4 callersMethodnot_before
(&self)
rust/dialog-ucan-core/src/delegation.rs:79
↓ 4 callersMethodnot_before
The effective earliest validity time across all delegations. Returns the latest `not_before` in the chain (most restrictive). `None` means no lower b
rust/dialog-ucan-core/src/container/delegation.rs:183
↓ 4 callersMethodof_starting_with
Constrain selected [`Artifact`]s to entities whose URI begins with `prefix`. A prefix is a constraint, so the resulting selector is [`Constrained`]; a
rust/dialog-artifacts/src/artifacts/selector.rs:181
↓ 4 callersMethodperform
Execute the create operation.
rust/dialog-repository/src/repository/remote/create.rs:28
↓ 4 callersFunctionperson_concept
()
rust/dialog-query/src/session/rule_registry.rs:107
↓ 4 callersFunctionplan_proposition
Lower a single proposition to its compiled `Plan` for the given binding scope. Tests that exercise a concept/attribute proposition in isolation run it
rust/dialog-query/src/session.rs:49
← previousnext →501–600 of 4,212, ranked by callers