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
↓ 11 callers
Method
not_before
Set the earliest time the claim is valid.
rust/dialog-operator/src/profile/access.rs:77
↓ 11 callers
Method
of
Get the 'of' (entity) term.
rust/dialog-query/src/attribute/query/all.rs:73
↓ 11 callers
Method
payload
(&self)
rust/dialog-ucan-core/src/invocation.rs:165
↓ 11 callers
Function
rank
Computes the rank of a node from its hash using a geometric distribution.
rust/dialog-search-tree/src/distribution.rs:39
↓ 11 callers
Method
resolve
Resolve this term against a match. If the term is a variable bound to a [`Binding::Present`](crate::Binding::Present) value, returns a constant term w
rust/dialog-query/src/term.rs:113
↓ 11 callers
Function
runtime
()
rust/dialog-search-tree/benches/distribution.rs:122
↓ 11 callers
Function
scenario_zero_fixture
()
rust/dialog-ucan-core/tests/policy_conformance.rs:60
↓ 11 callers
Function
scope
(subject: &Ed25519Signer, command: &[&str])
rust/dialog-ucan/src/certificate_store.rs:264
↓ 11 callers
Method
select
(&self, selector: ArtifactSelectorDuckType)
rust/dialog-artifacts/src/web.rs:300
↓ 11 callers
Method
set
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/journal.rs:356
↓ 11 callers
Method
site
The site connection info.
rust/dialog-repository/src/repository/remote/address.rs:29
↓ 11 callers
Method
subject
(&self)
rust/dialog-ucan-core/src/delegation.rs:55
↓ 11 callers
Method
subject
The subject.
rust/dialog-repository/src/repository.rs:71
↓ 11 callers
Method
to_unix
(&self)
rust/dialog-ucan-core/src/time/timestamp.rs:102
↓ 11 callers
Function
verify
Verify a signature using WebCrypto.
rust/dialog-credentials/src/ed25519/web.rs:288
↓ 10 callers
Method
cardinality
Get the cardinality of this query.
rust/dialog-query/src/attribute/query/dynamic.rs:137
↓ 10 callers
Method
cell
Create a typed cell within this remote's space.
rust/dialog-repository/src/repository/remote/reference.rs:45
↓ 10 callers
Method
composite_part
The composite part of this type, or `None` if the type has only a primitive part.
rust/dialog-query/src/type_system.rs:672
↓ 10 callers
Method
content
Read the cached content.
rust/dialog-repository/src/repository/memory/cell.rs:35
↓ 10 callers
Method
hash
Returns a reference to the underlying hash.
rust/dialog-repository/src/repository/tree.rs:18
↓ 10 callers
Method
join
Merge another layer in: union the branches, fold the other layer's changes via its `Statement` impl. Accepts anything convertible into a `QueryLayer`
rust/dialog-repository/src/repository/branch/session.rs:92
↓ 10 callers
Method
key_bytes
Get the raw byte representation of the [`Entity`] as it should be formatted for use in an index key.
rust/dialog-artifacts/src/artifacts/entity.rs:117
↓ 10 callers
Method
min
Construct the lowest possible [`EntityKey`] (all bits are zero)
rust/dialog-artifacts/src/key.rs:101
↓ 10 callers
Function
parse
(s: &str)
rust/dialog-query/src/attribute/the.rs:314
↓ 10 callers
Method
perform
Execute the fetch operation, returning the upstream revision. Returns `None` if the upstream has no revision yet.
rust/dialog-repository/src/repository/branch/fetch.rs:35
↓ 10 callers
Method
perform
Execute the commit, returning the newly-published [`Revision`]. Load the branch's current search tree, apply every change in the stream to the three
rust/dialog-repository/src/repository/branch/commit.rs:48
↓ 10 callers
Function
populateWithHackers
(artifacts: Artifacts)
typescript/dialog-artifacts-web-tests/bindings.test.ts:12
↓ 10 callers
Function
setup
(idx: usize)
rust/dialog-ucan-core/tests/policy_conformance.rs:20
↓ 10 callers
Method
update
Update the cache with a new edition.
rust/dialog-repository/src/repository/memory/cell.rs:50
↓ 10 callers
Method
value
The [`Value`] (or object) that selected [`Artifact`]s should refer to.
rust/dialog-artifacts/src/artifacts/selector.rs:103
↓ 9 callers
Method
address
The full remote address (site + subject).
rust/dialog-repository/src/repository/remote/branch.rs:77
↓ 9 callers
Method
attenuate
Attenuate this capability with another policy/attenuation.
rust/dialog-capability/src/capability.rs:60
↓ 9 callers
Method
attribute
The [`Attribute`] (or predicate) used in any selected [`Artifact`]s
rust/dialog-artifacts/src/artifacts/selector.rs:98
↓ 9 callers
Function
bind
(frame: &mut Match, var_name: &str, value: Value)
rust/dialog-query/src/concept/query/adornment.rs:86
↓ 9 callers
Method
checksum
Compute the checksum of the given data using this algorithm.
rust/dialog-common/src/checksum.rs:35
↓ 9 callers
Method
compute
Compute the logical AND of `left` and `right`
rust/dialog-query/src/formula/logic.rs:23
↓ 9 callers
Method
content_type
Returns the expected value type, or `None` if any type is accepted.
rust/dialog-query/src/attribute/descriptor.rs:89
↓ 9 callers
Method
dissociate
(&mut self, the: Attribute, of: Entity, is: Value)
rust/dialog-artifacts/src/artifacts/update.rs:153
↓ 9 callers
Method
entity
The [`Entity`] (or subject) that selected [`Artifact`]s should refer to
rust/dialog-artifacts/src/artifacts/selector.rs:93
↓ 9 callers
Method
eq
(&self, other: &Self)
rust/dialog-common/src/buffer.rs:45
↓ 9 callers
Method
evaluate
Evaluate: row-local `.map`, for each input row, decide whether to bind `is` from `source` or from `fallback`. Never consumes the input stream into a b
rust/dialog-query/src/constraint/coalesce.rs:223
↓ 9 callers
Function
flush_into
Flushes a delta's pending nodes into `storage`, so the persisted tree's root becomes reachable from storage alone. Used by the canonical-form tests, w
rust/dialog-search-tree/src/tree/transient.rs:1733
↓ 9 callers
Function
harness
()
rust/dialog-blobs/src/blob_storage.rs:132
↓ 9 callers
Method
is_empty
Returns `true` iff this set has no members.
rust/dialog-query/src/type_system.rs:170
↓ 9 callers
Method
open
* Open an artifacts store * @param address The store address configuration * @returns A task that resolves to a Querier and Transactor interface
typescript/dialog-experimental/src/session.ts:144
↓ 9 callers
Function
p
(vt: ValueType)
rust/dialog-query/src/type_system/unifier.rs:278
↓ 9 callers
Method
payload
(&self)
rust/dialog-ucan-core/src/delegation.rs:110
↓ 9 callers
Function
person_concept
Helper: build a person concept predicate with name and age attributes.
rust/dialog-query/src/session.rs:972
↓ 9 callers
Method
policy
Extract a policy or ability from this chain.
rust/dialog-capability/src/capability.rs:106
↓ 9 callers
Method
put
Write a block to the remote archive.
rust/dialog-repository/src/repository/remote/archive.rs:44
↓ 9 callers
Method
query
The wrapped scalar lookup.
rust/dialog-query/src/optional.rs:70
↓ 9 callers
Method
redeem
Redeem this authorization for a presigned URL permit. With a credential, signs the captured request via SigV4. Without, builds an unsigned request.
rust/dialog-remote-s3/src/s3/authorization.rs:37
↓ 9 callers
Method
retract
Retract a claim from this transaction.
rust/dialog-repository/src/repository/branch/transaction.rs:27
↓ 9 callers
Method
retract
Retract a claim.
rust/dialog-artifacts/src/artifacts/update.rs:75
↓ 9 callers
Function
rule_with_person_attr
Same shape but reading a different person attribute — a *distinct rule body, so a distinct content-addressed identity.
rust/dialog-repository/src/repository/branch/session.rs:527
↓ 9 callers
Method
save
Store a delegation's certificates as files for future lookups.
rust/dialog-storage/src/storage/provider/fs/certificate.rs:71
↓ 9 callers
Method
select
* Select artifacts that match the given selector * @param selector The selection criteria * @returns A task that resolves to matching artifacts
typescript/dialog-experimental/src/session.ts:235
↓ 9 callers
Method
set
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend.rs:119
↓ 9 callers
Method
set
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend/indexeddb.rs:79
↓ 9 callers
Method
set
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend/fs.rs:181
↓ 9 callers
Function
spawn
Spawns a future on the executor and returns its output. This function schedules the given future to run on the async executor and returns a future th
rust/dialog-common/src/async.rs:92
↓ 9 callers
Function
test_signer
Create a deterministic test signer from a seed.
rust/dialog-credentials/src/ed25519/signer.rs:159
↓ 9 callers
Method
the
Get the 'the' (attribute) term.
rust/dialog-query/src/attribute/query/all.rs:68
↓ 8 callers
Method
anonymous
()
rust/dialog-artifacts/src/web.rs:198
↓ 8 callers
Method
arguments
(&self)
rust/dialog-ucan-core/src/invocation.rs:78
↓ 8 callers
Method
as_index
Interprets this node as an index, erroring if it is a segment. Mirrors [`PersistentNode::as_index`](crate::PersistentNode::as_index).
rust/dialog-search-tree/src/node/transient.rs:81
↓ 8 callers
Method
as_ref
(&self)
rust/dialog-artifacts/src/key.rs:168
↓ 8 callers
Method
assert
(self, update: &mut impl Update)
rust/dialog-query/src/attribute/expression/dynamic.rs:155
↓ 8 callers
Method
authorize
Authorize a UCAN container. # Arguments `container` - CBOR-encoded UCAN container following the [UCAN Container spec](https://github.com/ucan-wg/con
rust/dialog-remote-ucan-s3/src/authorizer.rs:255
↓ 8 callers
Method
backend
Get a reference to the interior `StorageBackend`
rust/dialog-search-tree/src/storage.rs:27
↓ 8 callers
Method
build
Builds and validates the concept instance.
rust/dialog-query/src/concept/descriptor.rs:445
↓ 8 callers
Function
decode_dag_json_bytes
Decode a DAG-JSON bytes value `{"/": {"bytes": "..."}}` into raw bytes using `serde_ipld_dagjson`.
rust/dialog-ucan-core/tests/invocation_conformance.rs:20
↓ 8 callers
Function
encode
(bytes: Vec<u8>)
rust/dialog-artifacts/src/web.rs:152
↓ 8 callers
Method
evaluate
Evaluates the constraint against the current selection of matches. This method processes each match in the input selection and: - **Filters** matches
rust/dialog-query/src/constraint/equality.rs:111
↓ 8 callers
Method
execute
Execute the select against the given content-addressed store. Unlike [`perform`](Self::perform) this does not pick a store for you — useful when call
rust/dialog-repository/src/repository/branch/select.rs:91
↓ 8 callers
Method
get
Returns a reference to the field with the given name, if present.
rust/dialog-query/src/schema.rs:49
↓ 8 callers
Method
get
Returns a reference to the cell with the given name, if it exists.
rust/dialog-query/src/formula/cell.rs:237
↓ 8 callers
Method
get
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/backend/indexeddb.rs:104
↓ 8 callers
Method
get
(&self, key: &Self::Key)
rust/dialog-artifacts/src/tree.rs:72
↓ 8 callers
Method
index
The index catalog for tree node storage.
rust/dialog-repository/src/repository/remote/archive.rs:20
↓ 8 callers
Method
iter
Iterate the [`ValueType`] members in discriminant order. Does **not** yield the `Nothing` atom.
rust/dialog-query/src/type_system.rs:229
↓ 8 callers
Method
keys
Returns an iterator over field names, sorted.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:152
↓ 8 callers
Method
max
Construct the highest possible [`EntityKey`] (all bits are one)
rust/dialog-artifacts/src/key.rs:106
↓ 8 callers
Method
of
Set the [`Entity`] field (the subject) of the [`ArtifactSelector`]
rust/dialog-artifacts/src/artifacts/selector.rs:136
↓ 8 callers
Method
reads
Total reads (including repeats) recorded since the last [`clear`]. [`clear`]: ReadJournal::clear
rust/dialog-query/src/helpers.rs:166
↓ 8 callers
Method
required
Marks this cell as required, returning `self` for chaining.
rust/dialog-query/src/formula/cell.rs:82
↓ 8 callers
Method
reset
Reset the root of the database to `revision_hash` if provided, or else reset to the stored root if available, or else to an empty database.
rust/dialog-artifacts/src/artifacts.rs:263
↓ 8 callers
Function
scenario_two_fixture
()
rust/dialog-ucan-core/tests/policy_conformance.rs:143
↓ 8 callers
Method
select
Stage a query against this transaction's view. Call [`perform`](TransactionSelectQuery::perform) to execute.
rust/dialog-repository/src/repository/branch/transaction/query.rs:88
↓ 8 callers
Method
set_attribute
(mut self, attribute: AttributeKeyPart)
rust/dialog-artifacts/src/key/value.rs:98
↓ 8 callers
Method
set_entity
(mut self, entity: EntityKeyPart)
rust/dialog-artifacts/src/key/value.rs:93
↓ 8 callers
Method
signer
The signing credential.
rust/dialog-operator/src/profile.rs:52
↓ 8 callers
Method
site
Select a site credential by address identifier.
rust/dialog-operator/src/profile.rs:100
↓ 8 callers
Method
spawn
Queues a future to be executed when [`join`](Self::join) is called. The future must return `Result<(), DialogAsyncError>`. All queued futures will be
rust/dialog-common/src/async.rs:188
↓ 8 callers
Method
to_bytes
(&self)
rust/dialog-credentials/src/ed25519/web.rs:356
↓ 8 callers
Function
ucan_address
(s3: &UcanS3Address)
rust/dialog-operator/src/operator/test.rs:1020
↓ 8 callers
Method
upper_bound
(&self)
rust/dialog-search-tree/src/differential.rs:99
↓ 8 callers
Method
verify_signature
Verify only the signature of this invocation using a resolver. The resolver resolves the issuer DID to a verifier, then verifies the signature. # Er
rust/dialog-ucan-core/src/invocation.rs:177
↓ 8 callers
Method
when
(&self)
rust/dialog-effects/src/memory/prelude.rs:143
↓ 7 callers
Method
acquire
Acquire rules for the given concept. Creates the default rule from the predicate's attributes on first access, so this always returns a ConceptRules r
rust/dialog-query/src/session/rule_registry.rs:54
← previous
next →
301–400 of 4,212, ranked by callers