MCPcopy Create free account

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

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

↓ 3 callersMethodroot
Walk the substitution following variable-to-variable links (union-find style), returning the canonical [`VarId`] for the chain. Stops at the first non
rust/dialog-query/src/type_system/unifier.rs:168
↓ 3 callersFunctionsample_concept_query
Build a representative two-attribute Person concept query with mixed variable / constant bindings for the serde round-trip tests.
rust/dialog-query/src/concept/query.rs:1272
↓ 3 callersMethodschema
Returns the schema for this formula.
rust/dialog-query/src/formula/query.rs:112
↓ 3 callersMethodschema
Returns the schema describing this application's parameters.
rust/dialog-query/src/attribute/query/all.rs:207
↓ 3 callersMethodsecret
(&self)
rust/dialog-effects/src/credential/prelude.rs:164
↓ 3 callersMethodseed_stuff
Seed `entity_count` stuff entities, each with a `stuff/name` and a `stuff/role`, in a single transaction. Like [`seed`](Self::seed) this is intention
rust/dialog-query/src/helpers.rs:395
↓ 3 callersMethodseek
Seeks to the specified index in the facts stream. This method triggers background loading of facts up to the specified index if they haven't been loa
rust/dialog-diagnose/src/state/artifacts.rs:73
↓ 3 callersFunctionsegments_of
Regroups `keys` (as little-endian `[u8; 4]` entries) into leaf segments with the geometric distribution, returning each segment's entries.
rust/dialog-search-tree/src/node/transient.rs:435
↓ 3 callersMethodselect
(&self)
rust/dialog-capability/src/selector.rs:33
↓ 3 callersFunctionselect_from_branch
Execute a select against a single branch, transparently routing through the branch's remote upstream when configured. Extracted as a freestanding help
rust/dialog-repository/src/repository/branch/session.rs:294
↓ 3 callersMethodserialize
(&self, serializer: S)
rust/dialog-query/src/term.rs:667
↓ 3 callersMethodshuffle
Fisher-Yates shuffle.
rust/dialog-search-tree/src/tree/transient.rs:1307
↓ 3 callersFunctionsort_key
Compute the [`SortKey`] for an artifact. Uses the same `key_bytes()` / `data_type()` / `to_reference()` the tree's own index keys are built from (`En
rust/dialog-artifacts/src/artifacts/update.rs:259
↓ 3 callersMethodsubject
(&self)
rust/dialog-ucan/src/scope.rs:75
↓ 3 callersMethodsubject
(&self)
rust/dialog-ucan/src/access.rs:40
↓ 3 callersMethodsum
Compute and return the sum (by adding multiplicities) of this [ZSet] and another one
rust/dialog-dbsp/src/zset.rs:93
↓ 3 callersFunctiontest_address
()
rust/dialog-remote-s3/src/s3/credential.rs:259
↓ 3 callersFunctiontest_artifacts
()
rust/dialog-csv/src/lib.rs:32
↓ 3 callersFunctiontest_rng
Fixed seed so the statistical tests are deterministic; the assertions then verify exact, reproducible outcomes rather than racing sigma tolerances aga
rust/dialog-search-tree/src/distribution.rs:104
↓ 3 callersFunctiontest_signer
()
rust/dialog-repository/src/repository/remote/create.rs:70
↓ 3 callersFunctiontest_site_address
()
rust/dialog-repository/src/repository/remote/create.rs:62
↓ 3 callersMethodthe
Get the 'the' (attribute) term.
rust/dialog-query/src/attribute/query/dynamic.rs:67
↓ 3 callersMethodthe_starting_with
Constrain selected [`Artifact`]s to attributes whose name begins with `prefix`. A prefix is a constraint, so the resulting selector is [`Constrained`]
rust/dialog-artifacts/src/artifacts/selector.rs:165
↓ 3 callersMethodto_bytes
Serialize the container to DAG-CBOR bytes.
rust/dialog-ucan-core/src/container.rs:126
↓ 3 callersMethodto_bytes
Serialize to DAG-CBOR bytes (UCAN container format).
rust/dialog-ucan-core/src/container/invocation.rs:139
↓ 3 callersMethodto_bytes
Serialize to DAG-CBOR bytes in the UCAN container format. The container format is: `{ "ctn-v1": [delegation_0_bytes, ...] }` where delegations are in
rust/dialog-ucan-core/src/container/delegation.rs:97
↓ 3 callersMethodto_bytes
(&self)
rust/dialog-credentials/src/ed25519.rs:64
↓ 3 callersMethodto_bytes
Convert this [`Value`] to its byte representation
rust/dialog-artifacts/src/artifacts/value.rs:62
↓ 3 callersMethodto_cbor_bytes
Encode this concept as CBOR for hashing. Creates a CBOR-encoded map where: - Keys are attribute URIs (`the:{hash}`) in sorted order. - The value for
rust/dialog-query/src/concept/descriptor.rs:145
↓ 3 callersFunctionto_dagcbor_cid
Serialize a value to a DAG-CBOR/SHA2-256 CID. # Panics Will panic if the value cannot be serialized or if the multihash cannot be created. We assume
rust/dialog-ucan-core/src/cid.rs:14
↓ 3 callersMethodto_uri
Format this attribute's hash as a URI Returns a string in the format: `the:{base58(blake3)}`
rust/dialog-query/src/attribute/descriptor.rs:242
↓ 3 callersMethodto_utf8
Serialize this [`Value`] to a UTF-8 string
rust/dialog-artifacts/src/artifacts/value.rs:78
↓ 3 callersMethodupper_bound
Returns the upper bound key of this node as an owned key. For a persistent node the bound is recovered from its serialized buffer; for a transient no
rust/dialog-search-tree/src/node.rs:86
↓ 3 callersMethodurl
Returns the underlying URL.
rust/dialog-storage/src/storage/provider/fs.rs:281
↓ 3 callersFunctionuseQuery
( predicate: Predicate<Fact, string, FactSchema>, source?: Session )
typescript/dialog-experimental/src/react.ts:44
↓ 3 callersMethodvalidate
Validate the type contract of this coalesce against a unification context: pick a fresh `α`, then unify `α` with `source`'s underlying (non-Nothing) s
rust/dialog-query/src/constraint/coalesce.rs:137
↓ 2 callersMethodadapt_literals
Adapt polymorphic literals to the row's scheme instantiation. For each scheme group, the row's *variable* members determine the instantiation (the da
rust/dialog-query/src/formula/query.rs:130
↓ 2 callersFunctionaddress_to_string
Convert address bytes to a JS string key for IndexedDB. Addresses are expected to be valid UTF-8.
rust/dialog-storage/src/storage/backend/indexeddb.rs:357
↓ 2 callersMethodadmissible
The set of numeric types this value can instantiate to losslessly — the kind a polymorphic literal contributes to inference (so `1` does not pin a sch
rust/dialog-query/src/formula/number.rs:221
↓ 2 callersFunctionapply_to_segment
Applies one edit to a sorted segment in place.
rust/dialog-search-tree/src/tree/transient.rs:1119
↓ 2 callersFunctionarchive_claim_from_args
Build an archive capability from UCAN args: `Subject -> Archive -> Catalog -> Attenuation`.
rust/dialog-remote-ucan-s3/src/authorizer.rs:108
↓ 2 callersMethodas_ref
(&self)
rust/dialog-credentials/src/credential/export.rs:123
↓ 2 callersMethodas_reference
Encodes the [`Revision`] as IPLD-compatible CBOR and returns the hash reference to the bytes
rust/dialog-artifacts/src/artifacts/revision.rs:39
↓ 2 callersMethodas_segment
Interprets this node as a segment, erroring if it is an index. Mirrors [`PersistentNode::as_segment`](crate::PersistentNode::as_segment).
rust/dialog-search-tree/src/node/transient.rs:105
↓ 2 callersMethodas_singleton
If this set has exactly one `ValueType` member (and nothing else, not even `Nothing`), return it. A `Nothing`-only set returns `None`; it has no `Valu
rust/dialog-query/src/type_system.rs:219
↓ 2 callersMethodattribute_prefix
The prefix bound on attribute names, if any
rust/dialog-artifacts/src/artifacts/selector.rs:118
↓ 2 callersFunctionbelow
(limit: impl Scalar)
rust/dialog-query/src/constraint/compare.rs:234
↓ 2 callersMethodbinds
Returns the set of variables this step will bind.
rust/dialog-query/src/planner/plan.rs:124
↓ 2 callersMethodbranch
A reference to a named branch at this remote repository.
rust/dialog-repository/src/repository/remote/branch/reference.rs:35
↓ 2 callersMethodbroadcast
(self: DialogSession)
typescript/dialog-experimental/src/session.ts:307
↓ 2 callersFunctionbuild_delegation
( issuer: Ed25519Signer, audience: &Did, subject: &Did, )
rust/dialog-ucan/src/access.rs:361
↓ 2 callersFunctionbuild_store
Build a delegation store from parsed proofs.
rust/dialog-ucan-core/tests/invocation_conformance.rs:37
↓ 2 callersMethodcardinality
Returns the field's cardinality.
rust/dialog-query/src/schema.rs:221
↓ 2 callersFunctioncategorize
Categorize a premise's parameters against a set of already-bound variables: which it will bind, and which it still requires. This is the single defin
rust/dialog-query/src/planner/feasibility.rs:17
↓ 2 callersMethodcause
Attach a cause (provenance) to this expression. Accepts a concrete [`Cause`], [`Option<Cause>`], or a [`Term<Cause>`].
rust/dialog-query/src/attribute/expression/typed.rs:142
↓ 2 callersMethodcell
Create a typed cell within this branch's space.
rust/dialog-repository/src/repository/branch/reference.rs:60
↓ 2 callersMethodchild_mut
Returns a mutable reference to this index node's child at `at`, already lifted to transient form. Errors if this node is a segment, the index is out
rust/dialog-search-tree/src/node/transient.rs:133
↓ 2 callersMethodclear_journal
Clear the journal, typically before starting a new operation to measure.
rust/dialog-storage/src/storage/journal.rs:191
↓ 2 callersMethodclone
(&self)
rust/dialog-repository/src/repository/archive/local.rs:22
↓ 2 callersFunctionconclusion_attr
The `db.rule/conclusion` index attribute, validated at compile time.
rust/dialog-repository/src/rules.rs:51
↓ 2 callersMethodconnect
(self: DialogSession)
typescript/dialog-experimental/src/session.ts:180
↓ 2 callersMethodcontains
Returns `true` iff `vt` is a member of this set.
rust/dialog-query/src/type_system.rs:175
↓ 2 callersMethodcontains_nothing
Returns `true` iff the `Nothing` atom is a member.
rust/dialog-query/src/type_system.rs:180
↓ 2 callersMethodcontent_for
Like [`Self::content`] but attaches a variable name to the resulting [`EvaluationError::Absent`] so callers can report which slot was Absent.
rust/dialog-query/src/selection/match.rs:72
↓ 2 callersMethodcredential_site
Returns the handle for a site secret at the given address. Layout: `{space_root}/credential/site/{hash(address)}`
rust/dialog-storage/src/storage/provider/fs/credential.rs:27
↓ 2 callersFunctiondatabase_name
Derive the IndexedDB database name for a [`Location`].
rust/dialog-storage/src/storage/provider/indexeddb.rs:277
↓ 2 callersFunctiondecode
Decodes a binary buffer into a columnar data structure with zero-copy access. This function takes a buffer previously encoded with [`encode`] and rec
rust/dialog-encoding/src/buffer.rs:197
↓ 2 callersFunctiondecode_key
Decodes a spec key back into its base bytes (everything before the `0x00` separator).
rust/dialog-search-tree/src/helpers.rs:342
↓ 2 callersFunctiondelegation_fixture
()
rust/dialog-ucan-core/tests/delegation_conformance.rs:12
↓ 2 callersMethodderef
(&self)
rust/dialog-artifacts/src/uri.rs:98
↓ 2 callersMethodderive
Derive an adornment from a concept's terms and the current match. Parameters are sorted alphabetically by name for determinism. A parameter is "bound
rust/dialog-query/src/concept/query/adornment.rs:38
↓ 2 callersMethoddescriptor
Converts this compiled rule back into a serializable [`DeductiveRuleDescriptor`]. Reconstructs the `when`/`unless` split from the analyzed premises.
rust/dialog-query/src/rule/deductive.rs:98
↓ 2 callersMethoddescriptor
The underlying attribute descriptor.
rust/dialog-query/src/concept/descriptor/named_attributes.rs:68
↓ 2 callersMethoddisable_journal
Disable journaling - operations will not be recorded
rust/dialog-storage/src/storage/journal.rs:196
↓ 2 callersMethoddrain
( &mut self, )
rust/dialog-storage/src/storage/backend/memory.rs:70
↓ 2 callersMethodedition
Read the full cached edition.
rust/dialog-repository/src/repository/memory/cell.rs:40
↓ 2 callersMethodenable_journal
Enable journaling - operations will be recorded
rust/dialog-storage/src/storage/journal.rs:201
↓ 2 callersFunctionencode
Encodes a columnar data structure into a binary buffer with deduplication. This function takes a data structure that implements [`Cellular`] and enco
rust/dialog-encoding/src/buffer.rs:99
↓ 2 callersFunctionencode_reserved
(component: &str)
rust/dialog-storage/src/storage/provider/fs.rs:72
↓ 2 callersMethodencoder
The encoder used for serialization.
rust/dialog-repository/src/repository/archive/local.rs:52
↓ 2 callersMethodenv
The environment reference.
rust/dialog-repository/src/repository/archive/local.rs:47
↓ 2 callersMethodenvelope
(&self)
rust/dialog-ucan-core/src/invocation.rs:160
↓ 2 callersMethodenvelope
(&self)
rust/dialog-ucan-core/src/delegation.rs:106
↓ 2 callersMethodexport
Export to multicodec-tagged bytes for native storage.
rust/dialog-credentials/src/credential/signer.rs:70
↓ 2 callersMethodextend
Merge every per-concept rule set from `other` into this registry. Entries that exist on both sides are folded together via [`ConceptRules::extend`] s
rust/dialog-query/src/session/rule_registry.rs:69
↓ 2 callersFunctionextract_generic_args
Extract generic arguments from a type like `Foo<A, B>`.
rust/dialog-macros/src/provider.rs:171
↓ 2 callersFunctionfmt_rule_schema
Helper for the [`Display`] impls on [`DeductiveRule`] and [`InductiveRule`]; both render their schema the same way.
rust/dialog-query/src/rule.rs:189
↓ 2 callersFunctionfrom_ipld
Convert an `Ipld` value into a `Promised`, detecting promise maps.
rust/dialog-ucan-core/src/promise.rs:125
↓ 2 callersFunctiongenerate_for_unit
( name: &syn::Ident, impl_generics: &syn::ImplGenerics, ty_generics: &syn::TypeGenerics, where
rust/dialog-macros/src/attenuate.rs:150
↓ 2 callersMethodget
Returns the parameter associated with the given name, if has one.
rust/dialog-query/src/parameters.rs:25
↓ 2 callersMethodget
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/cache.rs:67
↓ 2 callersMethodget
(&self, key: &Self::Key)
rust/dialog-storage/src/storage/backend/memory.rs:40
↓ 2 callersMethodget
(&self, key: &Self::Key)
rust/dialog-search-tree/src/differential.rs:655
↓ 2 callersMethodget_all
( &'a self, cid: &'a [Cid], )
rust/dialog-ucan-core/src/delegation/store.rs:83
↓ 2 callersMethodget_journal
Get a copy of all recorded operations (both reads and writes) in the order they occurred.
rust/dialog-storage/src/storage/journal.rs:162
↓ 2 callersMethodget_operations_for_key
Get all operations (both reads and writes) for a specific key in the order they occurred.
rust/dialog-storage/src/storage/journal.rs:299
↓ 2 callersMethodget_read_counts
Get a map of how many times each key was read.
rust/dialog-storage/src/storage/journal.rs:233
↓ 2 callersMethodget_reads
Get only the read operations in the order they occurred.
rust/dialog-storage/src/storage/journal.rs:167
↓ 2 callersMethodget_write_counts
Get a map of how many times each key was written.
rust/dialog-storage/src/storage/journal.rs:243
↓ 2 callersFunctiongroup_by_rank
Groups a flat, ordered list of children into nodes by the canonical cut rule: a group ends at the first child whose rank exceeds `level_threshold`. `
rust/dialog-search-tree/src/node/transient.rs:300
← previousnext →701–800 of 4,212, ranked by callers