Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dialog-db/dialog-db
/ functions
Functions
4,212 in github.com/dialog-db/dialog-db
⨍
Functions
4,212
◇
Types & classes
923
↓ 5 callers
Method
audience
(&self)
rust/dialog-ucan/src/access.rs:36
↓ 5 callers
Method
binary
( self, other: Self, u: impl FnOnce(u128, u128) -> Option<u128>, i: impl FnOnc
rust/dialog-query/src/formula/number.rs:145
↓ 5 callers
Method
cells
(&'a self)
rust/dialog-encoding/src/lib.rs:158
↓ 5 callers
Method
certificate
Returns the handle for this space's certificate directory.
rust/dialog-storage/src/storage/provider/fs/certificate.rs:18
↓ 5 callers
Function
collect
(s: ArtifactStream<'_>)
rust/dialog-repository/src/layer.rs:211
↓ 5 callers
Method
conclusion
Returns the conclusion predicate for this rule.
rust/dialog-query/src/rule/deductive.rs:59
↓ 5 callers
Method
contains
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 callers
Method
content_type
Convenience: the attribute's content type, if known.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:93
↓ 5 callers
Method
count
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 callers
Method
credential
Get the credential.
rust/dialog-repository/src/repository.rs:61
↓ 5 callers
Function
decode
(encoded: String)
rust/dialog-artifacts/src/web.rs:158
↓ 5 callers
Method
encode
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 callers
Method
evaluate
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 callers
Method
exists
Check if this location exists.
rust/dialog-storage/src/storage/provider/fs.rs:419
↓ 5 callers
Method
expand_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 callers
Function
export_artifacts
(artifacts: &[Artifact])
rust/dialog-csv/src/lib.rs:55
↓ 5 callers
Method
get
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/backend.rs:123
↓ 5 callers
Method
get_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 callers
Function
harness
()
rust/dialog-blobs/src/vfs.rs:36
↓ 5 callers
Function
insert
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 callers
Method
insert
Insert a resource for the given address, returning the old one if present.
rust/dialog-storage/src/resource/pool.rs:63
↓ 5 callers
Method
into_vec
Get the inner Vec for compatibility
rust/dialog-query/src/rule/premises.rs:42
↓ 5 callers
Method
issuer
(&self)
rust/dialog-ucan/src/access.rs:32
↓ 5 callers
Method
iter
Returns an iterator over all dependencies as (name, requirement) pairs.
rust/dialog-query/src/formula/cell.rs:232
↓ 5 callers
Method
load
(name: String)
rust/dialog-operator/src/profile/open.rs:30
↓ 5 callers
Method
load
Load an existing remote.
rust/dialog-repository/src/repository/remote/reference.rs:60
↓ 5 callers
Function
merge_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 callers
Method
next_u32
(&mut self)
rust/dialog-search-tree/src/tree/transient.rs:1297
↓ 5 callers
Method
operator_did
Get the operator DID.
rust/dialog-operator/src/authority.rs:56
↓ 5 callers
Method
parse
(input: ParseStream)
rust/dialog-macros/src/test.rs:79
↓ 5 callers
Function
person_with_name
()
rust/dialog-query/src/rule/analyzer.rs:307
↓ 5 callers
Function
query_employees
Query `employee` and return the derived entities.
rust/dialog-repository/src/repository/branch/session.rs:559
↓ 5 callers
Method
query_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 callers
Method
raw
The internal array represented by this [`EntityKeyPart`]
rust/dialog-artifacts/src/key/part.rs:26
↓ 5 callers
Method
redeem
Redeem this authorization at the access service for a presigned URL permit.
rust/dialog-remote-ucan-s3/src/site.rs:27
↓ 5 callers
Method
resolve
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 callers
Method
retrieve
Retrieves bytes by their content hash, verifying the hash matches.
rust/dialog-search-tree/src/storage.rs:54
↓ 5 callers
Method
revision
Get the hash that represents the [`ArtifactStore`] at its current version.
rust/dialog-artifacts/src/artifacts.rs:250
↓ 5 callers
Method
run_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 callers
Function
signer
(seed: u8)
rust/dialog-ucan/src/access.rs:357
↓ 5 callers
Method
starts_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 callers
Function
test_catalog
(name: &str)
rust/dialog-repository/src/repository/archive/local.rs:123
↓ 5 callers
Method
the
Sets a human-readable description for this cell, returning `self` for chaining.
rust/dialog-query/src/formula/cell.rs:63
↓ 5 callers
Method
to_reference
Produce a hash reference to this [`Value`]
rust/dialog-artifacts/src/artifacts/value.rs:93
↓ 5 callers
Function
to_uint8array
Convert bytes to a JS Uint8Array.
rust/dialog-storage/src/storage/provider/indexeddb.rs:67
↓ 5 callers
Method
verifying_key
(&self)
rust/dialog-credentials/src/ed25519/web.rs:151
↓ 5 callers
Method
write_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 callers
Method
address
Returns a reference to the address this cell is positioned at.
rust/dialog-storage/src/storage/transactional_memory.rs:358
↓ 4 callers
Method
args
Convert to invocation arguments.
rust/dialog-ucan/src/scope.rs:36
↓ 4 callers
Method
as_bytes
View the raw version bytes.
rust/dialog-effects/src/memory.rs:87
↓ 4 callers
Method
as_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 callers
Method
as_str
Get the [`Entity`] as a string reference
rust/dialog-artifacts/src/artifacts/entity.rs:111
↓ 4 callers
Method
at
Converts this error into a [`TypeError`] by attaching a binding name.
rust/dialog-query/src/error.rs:303
↓ 4 callers
Function
attribute
(value: Term<Any>, cardinality: Cardinality)
rust/dialog-query/src/planner/feasibility.rs:114
↓ 4 callers
Function
build_test_container
Build a valid UCAN container with invocation and delegation for testing
rust/dialog-remote-ucan-s3/src/authorizer.rs:305
↓ 4 callers
Method
bytes
Returns the hash bytes as a 32-byte array reference.
rust/dialog-common/src/hash.rs:48
↓ 4 callers
Method
cardinality
Convenience: the attribute's cardinality.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:98
↓ 4 callers
Function
choose
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 callers
Method
close
* Closes session & cancels all the subscribers.
typescript/dialog-experimental/src/session.ts:100
↓ 4 callers
Method
commit
Commit a stream of changes to this branch.
rust/dialog-repository/src/repository/branch/commit.rs:33
↓ 4 callers
Function
compute_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 callers
Method
constraint
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 callers
Method
contains
Check whether the pool already contains a resource for the given address.
rust/dialog-storage/src/resource/pool.rs:47
↓ 4 callers
Function
create_test_invocation_chain
Create a test invocation chain with a valid delegation.
rust/dialog-ucan-core/src/container/invocation.rs:252
↓ 4 callers
Method
decode
(&self, bytes: &[u8])
rust/dialog-storage/src/encoder/cbor.rs:30
↓ 4 callers
Method
encode
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 callers
Method
encode
Encode a value into bytes.
rust/dialog-repository/src/repository/memory/cell.rs:104
↓ 4 callers
Method
expiration
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 callers
Function
export_public_key_raw
Export a public key as raw bytes.
rust/dialog-credentials/src/ed25519/web.rs:427
↓ 4 callers
Method
extend
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 callers
Function
extract_doc_comments
Extract doc comments from attributes
rust/dialog-macros/src/query/helpers.rs:24
↓ 4 callers
Function
filter_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 callers
Method
get
(&self, key: &Key)
rust/dialog-query/src/concept/query/plan_cache.rs:131
↓ 4 callers
Method
get
Read a block from the remote archive by hash.
rust/dialog-repository/src/repository/remote/archive.rs:39
↓ 4 callers
Method
get_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 callers
Function
hmac_sha256
(key: &[u8], data: &[u8])
rust/dialog-remote-s3/src/s3/credential.rs:210
↓ 4 callers
Method
index
Get a reference-counted pointer to the internal entity index of the [`Artifacts`]
rust/dialog-artifacts/src/artifacts.rs:113
↓ 4 callers
Method
instantiate
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 callers
Method
intersect
Compute the intersection of two time ranges (most restrictive).
rust/dialog-capability/src/access.rs:129
↓ 4 callers
Method
into_bytes
Consume the wrapper and return the raw bytes.
rust/dialog-effects/src/memory.rs:92
↓ 4 callers
Method
into_effect
Consume the capability and return the owned effect.
rust/dialog-capability/src/capability.rs:117
↓ 4 callers
Function
into_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 callers
Method
into_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 callers
Method
is_any
Whether this is the wildcard "any" subject.
rust/dialog-capability/src/subject.rs:53
↓ 4 callers
Method
is_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 callers
Function
key
(n: u32)
rust/dialog-search-tree/src/differential.rs:1775
↓ 4 callers
Method
key_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 callers
Method
kind
(&self)
rust/dialog-query/src/types.rs:181
↓ 4 callers
Method
local_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 callers
Method
location
(&self)
rust/dialog-operator/src/profile/open.rs:55
↓ 4 callers
Method
make_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 callers
Method
next
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 callers
Method
nonce
(&self)
rust/dialog-ucan-core/src/invocation.rs:109
↓ 4 callers
Method
nonce
(&self)
rust/dialog-ucan-core/src/delegation.rs:92
↓ 4 callers
Method
not_before
(&self)
rust/dialog-ucan-core/src/delegation.rs:79
↓ 4 callers
Method
not_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 callers
Method
of_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 callers
Method
perform
Execute the create operation.
rust/dialog-repository/src/repository/remote/create.rs:28
↓ 4 callers
Function
person_concept
()
rust/dialog-query/src/session/rule_registry.rs:107
↓ 4 callers
Function
plan_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
← previous
next →
501–600 of 4,212, ranked by callers