MCPcopy Create free account

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

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

↓ 11 callersMethodnot_before
Set the earliest time the claim is valid.
rust/dialog-operator/src/profile/access.rs:77
↓ 11 callersMethodof
Get the 'of' (entity) term.
rust/dialog-query/src/attribute/query/all.rs:73
↓ 11 callersMethodpayload
(&self)
rust/dialog-ucan-core/src/invocation.rs:165
↓ 11 callersFunctionrank
Computes the rank of a node from its hash using a geometric distribution.
rust/dialog-search-tree/src/distribution.rs:39
↓ 11 callersMethodresolve
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 callersFunctionruntime
()
rust/dialog-search-tree/benches/distribution.rs:122
↓ 11 callersFunctionscenario_zero_fixture
()
rust/dialog-ucan-core/tests/policy_conformance.rs:60
↓ 11 callersFunctionscope
(subject: &Ed25519Signer, command: &[&str])
rust/dialog-ucan/src/certificate_store.rs:264
↓ 11 callersMethodselect
(&self, selector: ArtifactSelectorDuckType)
rust/dialog-artifacts/src/web.rs:300
↓ 11 callersMethodset
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/journal.rs:356
↓ 11 callersMethodsite
The site connection info.
rust/dialog-repository/src/repository/remote/address.rs:29
↓ 11 callersMethodsubject
(&self)
rust/dialog-ucan-core/src/delegation.rs:55
↓ 11 callersMethodsubject
The subject.
rust/dialog-repository/src/repository.rs:71
↓ 11 callersMethodto_unix
(&self)
rust/dialog-ucan-core/src/time/timestamp.rs:102
↓ 11 callersFunctionverify
Verify a signature using WebCrypto.
rust/dialog-credentials/src/ed25519/web.rs:288
↓ 10 callersMethodcardinality
Get the cardinality of this query.
rust/dialog-query/src/attribute/query/dynamic.rs:137
↓ 10 callersMethodcell
Create a typed cell within this remote's space.
rust/dialog-repository/src/repository/remote/reference.rs:45
↓ 10 callersMethodcomposite_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 callersMethodcontent
Read the cached content.
rust/dialog-repository/src/repository/memory/cell.rs:35
↓ 10 callersMethodhash
Returns a reference to the underlying hash.
rust/dialog-repository/src/repository/tree.rs:18
↓ 10 callersMethodjoin
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 callersMethodkey_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 callersMethodmin
Construct the lowest possible [`EntityKey`] (all bits are zero)
rust/dialog-artifacts/src/key.rs:101
↓ 10 callersFunctionparse
(s: &str)
rust/dialog-query/src/attribute/the.rs:314
↓ 10 callersMethodperform
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 callersMethodperform
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 callersFunctionpopulateWithHackers
(artifacts: Artifacts)
typescript/dialog-artifacts-web-tests/bindings.test.ts:12
↓ 10 callersFunctionsetup
(idx: usize)
rust/dialog-ucan-core/tests/policy_conformance.rs:20
↓ 10 callersMethodupdate
Update the cache with a new edition.
rust/dialog-repository/src/repository/memory/cell.rs:50
↓ 10 callersMethodvalue
The [`Value`] (or object) that selected [`Artifact`]s should refer to.
rust/dialog-artifacts/src/artifacts/selector.rs:103
↓ 9 callersMethodaddress
The full remote address (site + subject).
rust/dialog-repository/src/repository/remote/branch.rs:77
↓ 9 callersMethodattenuate
Attenuate this capability with another policy/attenuation.
rust/dialog-capability/src/capability.rs:60
↓ 9 callersMethodattribute
The [`Attribute`] (or predicate) used in any selected [`Artifact`]s
rust/dialog-artifacts/src/artifacts/selector.rs:98
↓ 9 callersFunctionbind
(frame: &mut Match, var_name: &str, value: Value)
rust/dialog-query/src/concept/query/adornment.rs:86
↓ 9 callersMethodchecksum
Compute the checksum of the given data using this algorithm.
rust/dialog-common/src/checksum.rs:35
↓ 9 callersMethodcompute
Compute the logical AND of `left` and `right`
rust/dialog-query/src/formula/logic.rs:23
↓ 9 callersMethodcontent_type
Returns the expected value type, or `None` if any type is accepted.
rust/dialog-query/src/attribute/descriptor.rs:89
↓ 9 callersMethoddissociate
(&mut self, the: Attribute, of: Entity, is: Value)
rust/dialog-artifacts/src/artifacts/update.rs:153
↓ 9 callersMethodentity
The [`Entity`] (or subject) that selected [`Artifact`]s should refer to
rust/dialog-artifacts/src/artifacts/selector.rs:93
↓ 9 callersMethodeq
(&self, other: &Self)
rust/dialog-common/src/buffer.rs:45
↓ 9 callersMethodevaluate
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 callersFunctionflush_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 callersFunctionharness
()
rust/dialog-blobs/src/blob_storage.rs:132
↓ 9 callersMethodis_empty
Returns `true` iff this set has no members.
rust/dialog-query/src/type_system.rs:170
↓ 9 callersMethodopen
* 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 callersFunctionp
(vt: ValueType)
rust/dialog-query/src/type_system/unifier.rs:278
↓ 9 callersMethodpayload
(&self)
rust/dialog-ucan-core/src/delegation.rs:110
↓ 9 callersFunctionperson_concept
Helper: build a person concept predicate with name and age attributes.
rust/dialog-query/src/session.rs:972
↓ 9 callersMethodpolicy
Extract a policy or ability from this chain.
rust/dialog-capability/src/capability.rs:106
↓ 9 callersMethodput
Write a block to the remote archive.
rust/dialog-repository/src/repository/remote/archive.rs:44
↓ 9 callersMethodquery
The wrapped scalar lookup.
rust/dialog-query/src/optional.rs:70
↓ 9 callersMethodredeem
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 callersMethodretract
Retract a claim from this transaction.
rust/dialog-repository/src/repository/branch/transaction.rs:27
↓ 9 callersMethodretract
Retract a claim.
rust/dialog-artifacts/src/artifacts/update.rs:75
↓ 9 callersFunctionrule_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 callersMethodsave
Store a delegation's certificates as files for future lookups.
rust/dialog-storage/src/storage/provider/fs/certificate.rs:71
↓ 9 callersMethodselect
* 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 callersMethodset
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend.rs:119
↓ 9 callersMethodset
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend/indexeddb.rs:79
↓ 9 callersMethodset
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-storage/src/storage/backend/fs.rs:181
↓ 9 callersFunctionspawn
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 callersFunctiontest_signer
Create a deterministic test signer from a seed.
rust/dialog-credentials/src/ed25519/signer.rs:159
↓ 9 callersMethodthe
Get the 'the' (attribute) term.
rust/dialog-query/src/attribute/query/all.rs:68
↓ 8 callersMethodanonymous
()
rust/dialog-artifacts/src/web.rs:198
↓ 8 callersMethodarguments
(&self)
rust/dialog-ucan-core/src/invocation.rs:78
↓ 8 callersMethodas_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 callersMethodas_ref
(&self)
rust/dialog-artifacts/src/key.rs:168
↓ 8 callersMethodassert
(self, update: &mut impl Update)
rust/dialog-query/src/attribute/expression/dynamic.rs:155
↓ 8 callersMethodauthorize
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 callersMethodbackend
Get a reference to the interior `StorageBackend`
rust/dialog-search-tree/src/storage.rs:27
↓ 8 callersMethodbuild
Builds and validates the concept instance.
rust/dialog-query/src/concept/descriptor.rs:445
↓ 8 callersFunctiondecode_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 callersFunctionencode
(bytes: Vec<u8>)
rust/dialog-artifacts/src/web.rs:152
↓ 8 callersMethodevaluate
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 callersMethodexecute
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 callersMethodget
Returns a reference to the field with the given name, if present.
rust/dialog-query/src/schema.rs:49
↓ 8 callersMethodget
Returns a reference to the cell with the given name, if it exists.
rust/dialog-query/src/formula/cell.rs:237
↓ 8 callersMethodget
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/backend/indexeddb.rs:104
↓ 8 callersMethodget
(&self, key: &Self::Key)
rust/dialog-artifacts/src/tree.rs:72
↓ 8 callersMethodindex
The index catalog for tree node storage.
rust/dialog-repository/src/repository/remote/archive.rs:20
↓ 8 callersMethoditer
Iterate the [`ValueType`] members in discriminant order. Does **not** yield the `Nothing` atom.
rust/dialog-query/src/type_system.rs:229
↓ 8 callersMethodkeys
Returns an iterator over field names, sorted.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:152
↓ 8 callersMethodmax
Construct the highest possible [`EntityKey`] (all bits are one)
rust/dialog-artifacts/src/key.rs:106
↓ 8 callersMethodof
Set the [`Entity`] field (the subject) of the [`ArtifactSelector`]
rust/dialog-artifacts/src/artifacts/selector.rs:136
↓ 8 callersMethodreads
Total reads (including repeats) recorded since the last [`clear`]. [`clear`]: ReadJournal::clear
rust/dialog-query/src/helpers.rs:166
↓ 8 callersMethodrequired
Marks this cell as required, returning `self` for chaining.
rust/dialog-query/src/formula/cell.rs:82
↓ 8 callersMethodreset
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 callersFunctionscenario_two_fixture
()
rust/dialog-ucan-core/tests/policy_conformance.rs:143
↓ 8 callersMethodselect
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 callersMethodset_attribute
(mut self, attribute: AttributeKeyPart)
rust/dialog-artifacts/src/key/value.rs:98
↓ 8 callersMethodset_entity
(mut self, entity: EntityKeyPart)
rust/dialog-artifacts/src/key/value.rs:93
↓ 8 callersMethodsigner
The signing credential.
rust/dialog-operator/src/profile.rs:52
↓ 8 callersMethodsite
Select a site credential by address identifier.
rust/dialog-operator/src/profile.rs:100
↓ 8 callersMethodspawn
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 callersMethodto_bytes
(&self)
rust/dialog-credentials/src/ed25519/web.rs:356
↓ 8 callersFunctionucan_address
(s3: &UcanS3Address)
rust/dialog-operator/src/operator/test.rs:1020
↓ 8 callersMethodupper_bound
(&self)
rust/dialog-search-tree/src/differential.rs:99
↓ 8 callersMethodverify_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 callersMethodwhen
(&self)
rust/dialog-effects/src/memory/prelude.rs:143
↓ 7 callersMethodacquire
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
← previousnext →301–400 of 4,212, ranked by callers