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
↓ 7 callers
Function
address_from
(s3: &S3Address)
rust/dialog-operator/src/operator/test.rs:633
↓ 7 callers
Function
artifact
(of: &str, the: &str, is: &str)
rust/dialog-repository/src/layer.rs:196
↓ 7 callers
Function
artifacts
( changes: &Changes, selector: ArtifactSelector<Constrained>, )
rust/dialog-artifacts/src/artifacts/update.rs:431
↓ 7 callers
Method
buffer
Returns the underlying buffer containing serialized node data.
rust/dialog-search-tree/src/node/persistent.rs:59
↓ 7 callers
Function
build_and_flush_u32
Builds a tree by inserting the given u32 keys (little-endian encoded) in order and flushing the result to storage.
rust/dialog-search-tree/src/tree.rs:2179
↓ 7 callers
Function
build_restricted_operator_with_profile
Build an operator WITHOUT a powerline delegation. Only explicitly delegated capabilities will be available.
rust/dialog-operator/src/operator/test.rs:303
↓ 7 callers
Function
create_delegation
Create a delegation from issuer to audience for a subject with the given command. This is a convenience function for building simple delegations in t
rust/dialog-ucan-core/src/helpers.rs:26
↓ 7 callers
Function
deserialize_from_args
Deserialize a typed struct from UCAN args via IPLD round-trip. Converts `Promised` values to IPLD, then uses `ipld_core::serde::from_ipld` to deseria
rust/dialog-remote-ucan-s3/src/authorizer.rs:75
↓ 7 callers
Method
difference
Compute and return the difference (by substracting multiplicities) of this [ZSet] and another one.
rust/dialog-dbsp/src/zset.rs:109
↓ 7 callers
Method
done
Consumes and returns the cell, finalizing the builder chain.
rust/dialog-query/src/formula/cell.rs:94
↓ 7 callers
Function
employee_from_person
A deductive rule: an `employee` is anyone with an `org/person-name` fact, projected as `employee-name`.
rust/dialog-repository/src/repository/branch/session.rs:521
↓ 7 callers
Method
evaluate
Evaluate this conjunction by executing all steps in order. Each step feeds its output as input to the next, building up bindings. Returns `Pin<Box<..
rust/dialog-query/src/planner/conjunction.rs:43
↓ 7 callers
Method
evaluate
Evaluate this formula against the given selection stream
rust/dialog-query/src/formula/query.rs:228
↓ 7 callers
Method
evaluate
Evaluates this concept application within the given context, producing a selection stream. Rather than threading a scope through the entire evaluatio
rust/dialog-query/src/concept/query.rs:259
↓ 7 callers
Method
feasible
Feasibility verdict for this premise under the given set of already-bound variables. `Ok(binds)` (the variables the premise will bind) when every pre
rust/dialog-query/src/planner/feasibility.rs:81
↓ 7 callers
Function
invocation_fixture
()
rust/dialog-ucan-core/tests/invocation_conformance.rs:12
↓ 7 callers
Function
lift
Lift a static [user-facing type](StaticType) into the unifier domain. Always wraps in [`Type::Static`].
rust/dialog-query/src/type_system/unifier.rs:47
↓ 7 callers
Method
optional
Creates an optional requirement.
rust/dialog-query/src/schema.rs:268
↓ 7 callers
Function
optional_nickname
()
rust/dialog-query/src/optional.rs:259
↓ 7 callers
Function
parameters
Collect parameters from a capability into an IPLD map. Iterates over all caveats in the capability chain, serializes each to IPLD, and merges their f
rust/dialog-ucan/src/parameters.rs:31
↓ 7 callers
Method
parameters
Returns the parameters for this concept application
rust/dialog-query/src/concept/query.rs:241
↓ 7 callers
Method
perform
Execute the load operation.
rust/dialog-repository/src/repository/remote/load.rs:17
↓ 7 callers
Function
person_concept
()
rust/dialog-query/src/concept/query/rules.rs:139
↓ 7 callers
Method
query
(&self, select: F)
rust/dialog-storage/src/storage/provider/indexeddb.rs:117
↓ 7 callers
Method
read
Read the cached decoded value (synchronous). Returns the cached value without accessing the backend. The value may be stale - use `replace_with()` fo
rust/dialog-storage/src/storage/transactional_memory.rs:366
↓ 7 callers
Method
resolve
( &mut self, address: &Self::Address, )
rust/dialog-storage/src/storage/backend/fs.rs:241
↓ 7 callers
Method
retain
Equip this cell with an initial value, creating a [`Retain`] that always has a value and never drops back to empty.
rust/dialog-repository/src/repository/memory/cell.rs:350
↓ 7 callers
Function
s3_site_address
(s3: &S3Address)
rust/dialog-repository/src/repository/branch/integration_tests.rs:20
↓ 7 callers
Method
select
Stage a query application. Call `.perform(&operator)` to execute.
rust/dialog-repository/src/repository/branch/session.rs:157
↓ 7 callers
Function
setup_repo_with_s3_remote
( operator: &Operator<VolatileSpace>, profile: &Profile, s3: &S3Address, name: &str, )
rust/dialog-repository/src/repository/branch/integration_tests.rs:28
↓ 7 callers
Method
this
(&self)
rust/dialog-repository/src/schema.rs:97
↓ 7 callers
Method
typed_as
Type predicate: this term's value inhabits `kind`.
rust/dialog-query/src/constraint/type_of.rs:130
↓ 7 callers
Method
version
Read just the cached version.
rust/dialog-repository/src/repository/memory/cell.rs:45
↓ 7 callers
Method
writes
The aggregate number of writes to the wrapped [StorageBackend]
rust/dialog-storage/src/storage/measure.rs:51
↓ 6 callers
Function
add_cors_headers
(builder: hyper::http::response::Builder)
rust/dialog-remote-ucan-s3/src/helpers/server.rs:87
↓ 6 callers
Function
analyze
Run analysis over the rule's premises: 1. Infer the rule-wide type environment from each premise's slot kinds. 2. Check that no conclusion variable's
rust/dialog-query/src/rule/analyzer.rs:235
↓ 6 callers
Method
as_ref
(&self)
rust/dialog-artifacts/src/artifacts/entity.rs:42
↓ 6 callers
Method
at
Set the directory for this profile. Defaults to `Directory::Profile` (the platform profile directory). Use `Directory::Temp` for testing or ephemeral
rust/dialog-operator/src/profile/open.rs:50
↓ 6 callers
Method
attest
Attest this request with a credential, producing an [`S3Authorization`] that can be redeemed for a presigned URL.
rust/dialog-remote-s3/src/s3/authorization.rs:48
↓ 6 callers
Method
cardinality
Returns the cardinality.
rust/dialog-query/src/attribute/descriptor.rs:84
↓ 6 callers
Method
cardinality
Set the cardinality for this expression.
rust/dialog-query/src/attribute/expression/dynamic.rs:101
↓ 6 callers
Method
chain
The inner delegation chain.
rust/dialog-ucan/src/access.rs:312
↓ 6 callers
Method
conclusion
The concept this rule asserts when its body matches.
rust/dialog-query/src/rule/inductive.rs:66
↓ 6 callers
Method
connected
(self: DialogSession)
typescript/dialog-experimental/src/session.ts:215
↓ 6 callers
Function
content_hash
Compute BLAKE3 hash of content.
rust/dialog-storage/src/storage/backend/fs.rs:108
↓ 6 callers
Method
content_type
Returns the content type of this cell, if specified.
rust/dialog-query/src/formula/cell.rs:109
↓ 6 callers
Method
create
Creates a builder for creating a new entity with this descriptor's schema.
rust/dialog-query/src/concept/descriptor.rs:224
↓ 6 callers
Method
create
(self)
rust/dialog-repository/src/repository.rs:185
↓ 6 callers
Function
descriptor_from_with
Build a [`ConceptDescriptor`] from a validated [`NamedAttributes`] set. Private: the only way to obtain a `NamedAttributes` is through its own (fallib
rust/dialog-query/src/concept/descriptor.rs:234
↓ 6 callers
Method
digest
(&self)
rust/dialog-effects/src/archive/prelude.rs:115
↓ 6 callers
Function
employee_descriptor
Conclusion concept `employee` (one `name` field). Derived — no `employee` fact is ever written; rows come only from rules.
rust/dialog-repository/src/repository/branch/session.rs:512
↓ 6 callers
Function
encode
(data: &TestData)
rust/dialog-remote-s3/tests/s3/memory.rs:19
↓ 6 callers
Method
encode
(&self, block: &T)
rust/dialog-storage/src/encoder/cbor.rs:19
↓ 6 callers
Method
export
(&self)
rust/dialog-credentials/src/ed25519.rs:166
↓ 6 callers
Method
export
Export the key material. # Errors Returns an error if the `WebCrypto` export operation fails.
rust/dialog-credentials/src/ed25519/signer.rs:63
↓ 6 callers
Method
fetch
Create a command to fetch the upstream branch's current revision. Does NOT modify local state, only reads from upstream.
rust/dialog-repository/src/repository/branch/fetch.rs:26
↓ 6 callers
Function
follow
Walks `root` down the recorded child indices in `path`, lifting the node at the end of the path to transient form, and returns a mutable reference to
rust/dialog-search-tree/src/tree/transient.rs:596
↓ 6 callers
Function
format_edition
Format edition bytes for error messages.
rust/dialog-storage/src/storage/provider/indexeddb/memory.rs:19
↓ 6 callers
Function
format_edition
Format edition bytes for error messages.
rust/dialog-storage/src/storage/provider/volatile/memory.rs:20
↓ 6 callers
Function
format_edition
Format edition bytes for error messages.
rust/dialog-storage/src/storage/provider/fs/memory.rs:107
↓ 6 callers
Method
get
Retrieves a blob by its Blake3 hash. Returns `Ok(None)` when the blob does not exist, or propagates storage errors (I/O failures, permission issues,
rust/dialog-blobs/src/blob_storage.rs:96
↓ 6 callers
Method
get
Retrieves the value associated with `key` from the in-flight transient tree, reading exactly what [`persist`](Self::persist) would produce. Untouched
rust/dialog-search-tree/src/tree/transient.rs:207
↓ 6 callers
Function
get_subtle_crypto
Get the SubtleCrypto interface.
rust/dialog-credentials/src/ed25519/web.rs:404
↓ 6 callers
Method
hash
(&self)
rust/dialog-search-tree/src/differential.rs:106
↓ 6 callers
Method
hash
Returns the content hash of this node.
rust/dialog-search-tree/src/node/persistent.rs:54
↓ 6 callers
Method
identifier
The name used to uniquely identify the data of this [`Artifacts`] instance
rust/dialog-artifacts/src/artifacts.rs:125
↓ 6 callers
Method
into_environment
Reconstruct an `Environment` from this adornment and the concept's terms. Bridges the adornment back to the planner's `Environment` type so existing
rust/dialog-query/src/concept/query/adornment.rs:64
↓ 6 callers
Method
into_instructions
Convert to a vec of instructions.
rust/dialog-artifacts/src/artifacts/update.rs:103
↓ 6 callers
Method
into_premises
(self)
rust/dialog-query/src/rule/when.rs:31
↓ 6 callers
Method
invoke
Chain into an invocation.
rust/dialog-operator/src/profile/access.rs:97
↓ 6 callers
Method
is
Get the 'is' (value) term of the wrapped lookup.
rust/dialog-query/src/optional.rs:84
↓ 6 callers
Method
is_empty
`true` if no variables were inferred.
rust/dialog-query/src/rule/types.rs:396
↓ 6 callers
Method
is_empty
Check if the pool has no cached resources.
rust/dialog-storage/src/resource/pool.rs:34
↓ 6 callers
Method
iter
Borrowing iterator over every recorded `(entity, attribute, change)` triple. Use this when you need to inspect the batch without consuming it — e.g. t
rust/dialog-artifacts/src/artifacts/update.rs:94
↓ 6 callers
Function
name_age_premises
()
rust/dialog-query/src/planner.rs:433
↓ 6 callers
Method
node
Returns a tree node by its hash, triggering loading if not yet cached. This method initiates background loading of the node if it's not already avail
rust/dialog-diagnose/src/state/store.rs:164
↓ 6 callers
Method
of
Get the 'of' (entity) term of the wrapped lookup.
rust/dialog-query/src/optional.rs:89
↓ 6 callers
Function
p
(vt: ValueType)
rust/dialog-query/src/type_system.rs:803
↓ 6 callers
Method
perform
Execute this expression as a query, returning a stream of claims.
rust/dialog-query/src/attribute/expression/dynamic.rs:144
↓ 6 callers
Method
plan
Get or compute a cached plan for the given binding pattern. Each rule is planned through the shared, branch-owned [`PlanCache`], keyed by `(rule iden
rust/dialog-query/src/concept/query/rules.rs:101
↓ 6 callers
Method
policy
Convert to delegation policy predicates (equality constraints).
rust/dialog-ucan/src/scope.rs:31
↓ 6 callers
Method
profile
Profile location.
rust/dialog-effects/src/storage.rs:80
↓ 6 callers
Method
read_from
Opens the file at `path` (relative to root) for reading and returns a [`FileReader`] that streams its contents as [`bytes::Bytes`] chunks. Returns [`
rust/dialog-blobs/src/vfs/web.rs:298
↓ 6 callers
Method
realize
(&self, source: Match)
rust/dialog-query/src/concept/descriptor.rs:535
↓ 6 callers
Method
refinement
The refinement layered onto this type, if any.
rust/dialog-query/src/type_system.rs:499
↓ 6 callers
Method
resolve
( &mut self, address: &Self::Address, )
rust/dialog-storage/src/storage/backend/indexeddb.rs:169
↓ 6 callers
Method
resolve
Resolve a key path into a full S3 URL.
rust/dialog-remote-s3/src/s3/address.rs:122
↓ 6 callers
Method
set
(&mut self, key: Self::Key, value: Self::Value)
rust/dialog-artifacts/src/tree.rs:68
↓ 6 callers
Method
set_tag
Sets the tag byte and returns the modified key
rust/dialog-artifacts/src/key.rs:116
↓ 6 callers
Function
test_formula
()
rust/dialog-query/src/formula/bindings.rs:132
↓ 6 callers
Function
test_signer
Helper to create a test signer
rust/dialog-remote-ucan-s3/src/authorizer.rs:300
↓ 6 callers
Function
test_space
Create a test FileSystem at a temp location.
rust/dialog-storage/src/storage/provider/fs.rs:435
↓ 6 callers
Method
verify_signature
Verify only the signature of this delegation using a resolver. The resolver resolves the issuer DID to a verifier, then verifies the signature. # Er
rust/dialog-ucan-core/src/delegation.rs:122
↓ 6 callers
Function
vfs
(root: &str)
rust/dialog-blobs/src/vfs/native.rs:217
↓ 5 callers
Method
add
(self, other: Self)
rust/dialog-query/src/formula/number.rs:108
↓ 5 callers
Function
alt_rule
(descriptor: &ConceptDescriptor)
rust/dialog-query/src/concept/query/rules.rs:152
↓ 5 callers
Method
apply
Bind concrete parameters into the head and produce the resulting proposition.
rust/dialog-query/src/rule/inductive.rs:92
↓ 5 callers
Method
as_index_mut
Interprets this node as an index for mutation, erroring if it is a segment.
rust/dialog-search-tree/src/node/transient.rs:92
↓ 5 callers
Method
as_mut
(&mut self)
rust/dialog-artifacts/src/key.rs:174
↓ 5 callers
Method
associate_unique
(&mut self, the: Attribute, of: Entity, is: Value)
rust/dialog-artifacts/src/artifacts/update.rs:146
← previous
next →
401–500 of 4,212, ranked by callers