MCPcopy Create free account

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

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

↓ 2 callersFunctiontake_transient
Removes the child at `at` from `children` and unwraps it to its transient form. The child is on the lifted path, so it is always transient.
rust/dialog-search-tree/src/tree/transient.rs:1041
↓ 2 callersFunctiontest_signer
()
rust/dialog-repository/src/repository/remote/load.rs:52
↓ 2 callersMethodthis
Content-addressed identity, panicking if the rule has no encodable body. Use on the storage path; prefer [`try_this`](Self::try_this) otherwise.
rust/dialog-query/src/rule/deductive.rs:164
↓ 2 callersFunctiontoArtifact
({ the, of, is }: Fact)
typescript/dialog-experimental/src/session.ts:417
↓ 2 callersFunctiontoEntity
(link: API.Link)
typescript/dialog-experimental/src/session.ts:450
↓ 2 callersFunctiontoRevision
(bytes: Uint8Array)
typescript/dialog-experimental/src/session.ts:526
↓ 2 callersFunctiontoTyped
( value: Scalar )
typescript/dialog-experimental/src/session.ts:468
↓ 2 callersMethodto_request
(&self)
rust/dialog-remote-s3/src/request.rs:117
↓ 2 callersFunctiontombstones_from
Extract a tombstone set from a [`Changes`] overlay — one [`SortKey`] per retracted artifact. Asserts and Replaces are ignored; only Retracts contribu
rust/dialog-repository/src/layer.rs:144
↓ 2 callersFunctiontransact
(changes: Changes, session: Session)
typescript/dialog-experimental/src/react.ts:76
↓ 2 callersMethodtree
Returns the tree root at the last sync point.
rust/dialog-repository/src/repository/branch/upstream.rs:39
↓ 2 callersMethodtry_encode
Canonical encoding of this rule's descriptor, if it has one — the dag-cbor bytes, deterministic by construction. Returns `None` when the rule body ca
rust/dialog-query/src/rule/deductive.rs:133
↓ 2 callersMethodtry_this
This rule's content-addressed identity, if it has a canonical encoding: `rule:<base58(blake3(dag-cbor(descriptor)))>`. `None` for rules with no encod
rust/dialog-query/src/rule/deductive.rs:145
↓ 2 callersFunctionucan_address
()
rust/dialog-network/src/lib.rs:59
↓ 2 callersMethodupload
Send this permit with a request body.
rust/dialog-remote-s3/src/s3/permit.rs:45
↓ 2 callersMethodupper_bound_ref
Borrows the upper bound key of this node without cloning it. A persistent node's bound lives in its owned [`Link`]; a transient node's is the key of
rust/dialog-search-tree/src/node.rs:97
↓ 2 callersFunctionuseSession
()
typescript/dialog-experimental/src/react.ts:17
↓ 2 callersMethodvalidate
Validates a relation literal as raw bytes. This is a `const fn` returning `Result` so it can be used both at compile time (from the [`the!`] macro) a
rust/dialog-query/src/attribute/the.rs:42
↓ 2 callersFunctionvalue_identity
Computes the identity hash used for last-write-wins conflict resolution: the blake3 hash of the value's serialized (rkyv) form, the same canonical byt
rust/dialog-search-tree/src/tree/transient.rs:408
↓ 2 callersMethodvalue_type
(&self)
rust/dialog-artifacts/src/key/value.rs:76
↓ 2 callersFunctionvalue_type_for_bit
(pos: u32)
rust/dialog-query/src/type_system.rs:241
↓ 2 callersMethodvar_for_name
Look up or allocate the `VarId` associated with a name in this scope. The first call for a given name allocates with the maximally-permissive constrai
rust/dialog-query/src/type_system/unifier.rs:122
↓ 2 callersMethodverify
( &self, msg: &[u8], signature: &Ed25519Signature, )
rust/dialog-credentials/src/ed25519/verifier.rs:81
↓ 2 callersMethodverifying_key
(&self)
rust/dialog-credentials/src/ed25519.rs:123
↓ 2 callersMethodwith_credential
Create the repository with a caller-supplied credential instead of generating a fresh keypair. Useful when the space name is derived from the credent
rust/dialog-repository/src/repository/create.rs:58
↓ 2 callersMethodwith_tree
Returns a new upstream with the tree updated to the given value.
rust/dialog-repository/src/repository/branch/upstream.rs:47
↓ 2 callersMethodwith_type
Return a copy of this query with the `is` term's type narrowed to `kind`. The planner uses this to stamp the rule-inferred kind onto the value variabl
rust/dialog-query/src/attribute/query/all.rs:87
↓ 2 callersMethodwrite
( &mut self, stream: EntryStream, )
rust/dialog-storage/src/storage/backend/fs.rs:347
↓ 2 callersMethodwrite
(&mut self, artifact: &Artifact)
rust/dialog-csv/src/exporter.rs:33
↓ 2 callersFunctionyielding_stream
Returns a stream that yields each chunk with an explicit yield between items, forcing the async runtime to interleave concurrent tasks at every chunk
rust/dialog-blobs/src/blob_storage.rs:305
↓ 1 callersFunctionTodoItem
(todo: { title: string done: boolean this: object })
typescript/dialog-experimental/test/react.spec.web.tsx:52
↓ 1 callersMethodacquire
Acquire a PID lock at the given handle. If a stale lock exists (from a dead process), it will be automatically cleaned up and the lock acquired. If
rust/dialog-storage/src/storage/provider/fs/memory.rs:57
↓ 1 callersMethodadd
Adds the given multiplicity to the current multiplicity (or zero, if the entry is not yet recorded), records the new value and returns it.
rust/dialog-dbsp/src/zset.rs:38
↓ 1 callersMethodadd_all
Adds multiple key-value pairs to this delta.
rust/dialog-search-tree/src/delta.rs:38
↓ 1 callersFunctionadmissible_members
The TEXTUAL members whose lexical grammar admits a value beginning with `prefix`. Conservative: a member is dropped only when *no* value of that kind
rust/dialog-query/src/constraint/starts_with.rs:72
↓ 1 callersMethodadmits
True when a fact's value inhabits the `is` term's kind. A typed value slot is a constraint: attribute values are dynamically typed in the store (one a
rust/dialog-query/src/attribute/query/all.rs:178
↓ 1 callersMethodadvance
Build the revision that follows `self`, advancing the logical clock. When the same issuer commits again the `moment` counter increments; a different
rust/dialog-repository/src/repository/revision.rs:53
↓ 1 callersMethodalgorithm
Get the [signature algorithm] for this varsig configuration. [signature algorithm]: <https://github.com/ChainAgnostic/varsig/blob/main/README.md#sign
rust/dialog-varsig/src/signature.rs:51
↓ 1 callersMethodapply
( &mut self, store: &mut S, delta: &mut Delta<NodeHash, Buffer>, instructions:
rust/dialog-artifacts/src/tree.rs:188
↓ 1 callersMethodapply_selector
Sets the constrained parts of the given [`ArtifactSelector`] to the associated components of this [`KeyView`]
rust/dialog-artifacts/src/key.rs:221
↓ 1 callersFunctionapply_types_to_proposition
(proposition: Proposition, types: &TypeEnv)
rust/dialog-query/src/planner/plan.rs:244
↓ 1 callersMethodas_bytes
Returns the raw bytes of the checksum.
rust/dialog-common/src/checksum.rs:125
↓ 1 callersMethodas_bytes
Get the PKCS#8 bytes as a slice.
rust/dialog-credentials/src/ed25519/web.rs:486
↓ 1 callersMethodas_cause_term
(&self)
rust/dialog-query/src/attribute/expression.rs:23
↓ 1 callersMethodas_constant
Get the constant value if this term is a constant. Returns None for variables.
rust/dialog-query/src/term.rs:231
↓ 1 callersMethodas_map
Get the inner map.
rust/dialog-ucan/src/scope.rs:26
↓ 1 callersMethodas_ref
(&self)
rust/dialog-capability/src/site.rs:47
↓ 1 callersMethodas_ref
(&self)
rust/dialog-artifacts/src/key/part.rs:32
↓ 1 callersMethodas_str
The identifier string.
rust/dialog-capability/src/site.rs:23
↓ 1 callersMethodassert
Assert a claim.
rust/dialog-artifacts/src/artifacts/update.rs:69
↓ 1 callersFunctionattribute
(the: Term<The>, entity: &str, value: &str)
rust/dialog-query/src/planner.rs:547
↓ 1 callersMethodauthorize
Sign a permit with SigV4, returning a new permit with presigned URL.
rust/dialog-remote-s3/src/s3/credential.rs:91
↓ 1 callersMethodauthorize
Authorize this fork against an environment, producing a [`ForkInvocation`] ready for execution. Internally this converts the generic `Fork<S, Fx>` in
rust/dialog-capability/src/fork.rs:156
↓ 1 callersFunctionbatched
Applies `keys` to a fresh [`Edit`] in order, then persists and returns the root hash.
rust/dialog-search-tree/src/tree/transient.rs:1317
↓ 1 callersMethodbuild_authority
Build the authority chain for the given subject DID.
rust/dialog-operator/src/authority.rs:76
↓ 1 callersFunctionbuild_operator_with_profile
()
rust/dialog-operator/src/operator/test.rs:286
↓ 1 callersFunctionbuild_rank_map
Build a rank map from the tree spec. Height 0 boundaries get rank 2, height 1 boundaries rank 3, and so on. If a boundary appears at multiple heights
rust/dialog-search-tree/src/helpers.rs:379
↓ 1 callersMethodcause
Get the 'cause' term.
rust/dialog-query/src/attribute/query/all.rs:114
↓ 1 callersMethodcheck
Type checks that the provided parameter is compatible with this cell's kind: the meet of the two must be inhabited. A kindless cell accepts anything;
rust/dialog-query/src/formula/cell.rs:122
↓ 1 callersMethodcheck
Checks that the given parameter's type is compatible with this attribute's content type.
rust/dialog-query/src/attribute/descriptor.rs:95
↓ 1 callersFunctioncheck_failed_to_container_error
Convert a `CheckFailed` error to a `ContainerError`.
rust/dialog-ucan-core/src/container/check_failed.rs:9
↓ 1 callersMethodcite
Cite a claim as evidence for the given term.
rust/dialog-query/src/selection/match.rs:161
↓ 1 callersFunctioncollect_stream_plan
Walks the transient `node` left to right, appending each persistent subtree (as a hash) and each transient leaf entry (cloned) to `plan` in ascending
rust/dialog-search-tree/src/tree/transient.rs:1180
↓ 1 callersMethodcompile
Compile this definition into an [`InductiveRule`] ready for evaluation.
rust/dialog-query/src/rule/inductive/descriptor.rs:53
↓ 1 callersFunctioncomposite_includes
Structural inclusion check between two [`Composite`] shapes. `a` includes `b` iff they are the same shape kind, have matching keys/labels, and each of
rust/dialog-query/src/type_system.rs:761
↓ 1 callersMethodconclusion
The conclusion (head) of this rule.
rust/dialog-query/src/rule.rs:64
↓ 1 callersFunctionconclusion_selector
Selector for `db.rule/conclusion is = <concept>` — finds the rule entities concluding a concept.
rust/dialog-repository/src/rules.rs:62
↓ 1 callersMethodconfig_tags
(&self)
rust/dialog-varsig/src/algorithm/rsa.rs:29
↓ 1 callersMethodconform
Validates the provided parameters against the schema of the attributes.
rust/dialog-query/src/concept/descriptor.rs:99
↓ 1 callersMethodconform
Type-checks an optional parameter against this attribute.
rust/dialog-query/src/attribute/descriptor.rs:104
↓ 1 callersMethodconform_model
Validates a model against this descriptor's schema and creates an instance.
rust/dialog-query/src/concept/descriptor.rs:197
↓ 1 callersMethodconstrain
(&self, _builder: &mut impl PolicyBuilder)
rust/dialog-capability/src/ability.rs:38
↓ 1 callersMethodcontains
Returns true if a variable name is bound in this environment.
rust/dialog-query/src/environment.rs:40
↓ 1 callersMethodcost
Returns the estimated execution cost.
rust/dialog-query/src/planner/plan.rs:119
↓ 1 callersFunctioncould_begin_entity
Whether `prefix` could begin the serialized form of an entity URI. Entities serialize through the WHATWG URL algorithm, whose output always begins `s
rust/dialog-query/src/constraint/starts_with.rs:93
↓ 1 callersFunctioncounter_head
Build the head: a counter row with a `count` field.
rust/dialog-query/src/rule/inductive.rs:157
↓ 1 callersMethodcovers
Check whether this range covers (is at least as wide as) the required range. A `None` bound in the requirement means "no constraint" on that side. A
rust/dialog-capability/src/access.rs:112
↓ 1 callersMethodcreate_bucket
Create a bucket if it doesn't exist.
rust/dialog-remote-s3/src/helpers/server.rs:135
↓ 1 callersMethodcrypto_key
(&self)
rust/dialog-credentials/src/ed25519/web.rs:350
↓ 1 callersFunctioncurrent_time
Get the current time as a UTC datetime.
rust/dialog-remote-s3/src/request.rs:123
↓ 1 callersFunctiondatabase_exists
Whether an IndexedDB database with this name currently exists. Uses `indexedDB.databases()`, which enumerates existing databases without opening* (so
rust/dialog-storage/src/storage/provider/indexeddb.rs:292
↓ 1 callersMethoddb
Returns a clone of the database handle.
rust/dialog-storage/src/storage/provider/indexeddb.rs:104
↓ 1 callersMethoddead_optionality
Declared optionality no result can exercise: variables some premise set-widened with `Nothing` that the rule's other premises require present. Sound,
rust/dialog-query/src/rule/types.rs:337
↓ 1 callersFunctiondecode
(bytes: &[u8])
rust/dialog-remote-s3/tests/s3/memory.rs:23
↓ 1 callersMethoddecode
Rebuild a rule from its canonical dag-cbor [`encode`](Self::encode) bytes. `Err` carries a human-readable reason — either the cbor decode failed or th
rust/dialog-query/src/rule/deductive.rs:172
↓ 1 callersMethoddecode
Decode bytes into a typed value.
rust/dialog-repository/src/repository/memory/cell.rs:66
↓ 1 callersFunctiondecode_json_string_literal
Parse a JSON string literal starting at a `"` # Returns `(decoded_string, rest_after_closing_quote)`
rust/dialog-ucan-core/src/delegation/policy/selector/filter.rs:507
↓ 1 callersFunctiondecode_reserved
(name: &str)
rust/dialog-storage/src/storage/provider/fs.rs:79
↓ 1 callersMethoddecrement
Decrement the multiplicity of an element, setting it to -1 if it does not already exist in the [ZSet]
rust/dialog-dbsp/src/zset.rs:83
↓ 1 callersFunctiondelegate_with_expiration
( issuer: &Ed25519Signer, audience: &Ed25519Signer, subject: Subject,
rust/dialog-ucan/src/certificate_store.rs:361
↓ 1 callersFunctionderive_operator
( credential: &SignerCredential, context: &[u8], )
rust/dialog-operator/src/operator/builder.rs:128
↓ 1 callersMethoddescription
Returns the field description.
rust/dialog-query/src/schema.rs:206
↓ 1 callersMethoddescription
Returns the description of this concept, if any.
rust/dialog-query/src/concept/descriptor.rs:70
↓ 1 callersMethoddescriptor
Round-trip this rule back to its serializable form.
rust/dialog-query/src/rule/inductive.rs:97
↓ 1 callersMethoddiscovered
Cached committed rule entities concluding `concept` if scanned at `head`; `None` if absent or stale (caller must re-scan the tree).
rust/dialog-repository/src/rules.rs:123
↓ 1 callersMethoddivide
(self, other: Self)
rust/dialog-query/src/formula/number.rs:117
↓ 1 callersFunctiondo_thing
(_term: &Term<String>)
rust/dialog-query/src/term.rs:934
↓ 1 callersMethoddomain
Returns the attribute domain.
rust/dialog-query/src/attribute/descriptor.rs:69
↓ 1 callersFunctiondot_starter
(input: &str)
rust/dialog-ucan-core/src/delegation/policy/selector/filter.rs:227
↓ 1 callersMethoddurable_rules
The durable rules concluding `concept` on `branch`: the committed `db.rule/*` rules, read from the tree and cached by branch head (re-scanned only whe
rust/dialog-repository/src/repository/branch/session.rs:383
← previousnext →901–1,000 of 4,212, ranked by callers