MCPcopy Create free account

hub / github.com/hashintel/hash / functions

Functions18,976 in github.com/hashintel/hash

↓ 12 callersMethodstarts_with
(lhs: Self, rhs: Self)
libs/@local/graph/postgres-store/src/store/postgres/query/expression/conditional.rs:644
↓ 12 callersMethodstorage
(&self)
libs/@local/harpc/net/src/session/client/connection/collection.rs:56
↓ 12 callersMethodsum
(iter: I)
libs/@local/hashql/mir/src/pass/execution/cost/mod.rs:328
↓ 12 callersMethodsyntax_dump_to_string
(&self)
libs/@local/hashql/ast/src/format/dump.rs:102
↓ 12 callersMethodtransfer_type
(&mut self, id: HirId)
libs/@local/hashql/hir/src/lower/checking.rs:128
↓ 12 callersMethodunnest
Flatten nested unions, collapsing any self-reference into ⊤. This function returns a de-duplicated, “one-level” list of variant `TypeId`s. However, i
libs/@local/hashql/core/src/type/kind/union.rs:65
↓ 12 callersMethodupdate
Update the entry. This is a no-op if the session has been removed. Other instances of the session may see the updated value after a delay and the va
libs/@local/harpc/server/src/session.rs:53
↓ 12 callersFunctionvalue
Helper to create an expected range of size `N..=N`.
libs/@local/hashql/mir/src/pass/analysis/size_estimation/static.rs:173
↓ 12 callersMethodwith_qualified_opaque_names
Sets whether to display opaque types with fully qualified names. When enabled, opaque types show their full path (e.g., `::graph::user::UserId`). Whe
libs/@local/hashql/core/src/type/pretty.rs:106
↓ 12 callersMethodwith_style
(mut self, style: FontStyle, enable: bool)
libs/antsi/src/font.rs:221
↓ 11 callersMethodas_str
(self)
libs/@local/hashql/ast/src/lowering/special_form_expander/mod.rs:67
↓ 11 callersFunctionassert_cfg_simplify_pass
( name: &'static str, body: Body<'heap>, context: &mut MirContext<'_, 'heap>, )
libs/@local/hashql/mir/src/pass/transform/cfg_simplify/tests.rs:27
↓ 11 callersFunctionassert_condensed
(graph: &Graph, variables: &[VariableId], expected: &[(&[i32], &[i32])])
libs/@local/hashql/core/src/type/inference/solver/graph.rs:510
↓ 11 callersFunctionbuild_targets
( body: &Body<'_>, per_block: &'set [TargetBitSet], )
libs/@local/hashql/mir/src/pass/execution/terminator_placement/tests.rs:62
↓ 11 callersFunctioncategory
(category: PostgresDiagnosticCategory)
libs/@local/hashql/eval/src/postgres/error.rs:138
↓ 11 callersFunctioncheck_constraints
(schema: &ValueConstraints, value: JsonValue)
libs/@blockprotocol/type-system/rust/src/ontology/json_schema/constraint/mod.rs:367
↓ 11 callersFunctioncheck_constraints_error
( schema: &ValueConstraints, value: JsonValue, expected_errors: impl IntoIterator<Item
libs/@blockprotocol/type-system/rust/src/ontology/json_schema/constraint/mod.rs:377
↓ 11 callersMethodcloned
(&mut self)
libs/@local/hashql/mir/src/pass/analysis/data_dependency/resolve.rs:41
↓ 11 callersMethodcompile
(self)
libs/@local/hashql/mir/src/pass/execution/splitting/tests.rs:50
↓ 11 callersFunctionconstant
(val: InformationRange)
libs/@local/hashql/mir/src/pass/analysis/size_estimation/estimate.rs:295
↓ 11 callersMethodcover
(&mut self, span: SpanId, range: Range<usize>)
libs/@local/hashql/syntax-jexpr/src/parser/string/context.rs:41
↓ 11 callersFunctioncreateEngineFrame
( layout: EngineFrameLayout, snapshot: EngineFrameSnapshot, )
libs/@hashintel/petrinaut-core/src/simulation/frames/internal-frame.ts:250
↓ 11 callersFunctioncreateGraphClient
( _logger: Logger, { host, port, requestInterceptor, }: { host: string; port: number
libs/@local/hash-backend-utils/src/create-graph-client.ts:83
↓ 11 callersFunctioncreateSystemDataTypeIfNotExists
( context, authentication, { dataTypeDefinition, conversions, migrationState, webShortname }, )
apps/hash-api/src/graph/ensure-system-graph-is-initialized/migrate-ontology-types/util.ts:209
↓ 11 callersFunctiondeserializeSubgraph
( subgraph: SerializedSubgraph, )
libs/@local/graph/sdk/typescript/src/subgraph.ts:124
↓ 11 callersMethoddifference
Returns the first interval without the second interval. If the intervals do not overlap, the first interval is returned. If the result would be two d
libs/@local/graph/temporal-versioning/src/interval.rs:349
↓ 11 callersMethodexpect_item
(self)
libs/@local/hashql/core/src/module/resolver.rs:488
↓ 11 callersMethodfill_until
Ensures the vector is at least long enough to contain `index`, filling with `fill` as needed. Returns a mutable reference to the element at `index`.
libs/@local/hashql/core/src/id/vec.rs:406
↓ 11 callersMethodframe
(&mut self)
libs/@local/harpc/tower/src/body/mod.rs:246
↓ 11 callersMethodgeneric
( &'this self, arguments: impl IntoGenericArguments<'this, 'env, 'heap>, base: impl In
libs/@local/hashql/core/src/type/builder.rs:1263
↓ 11 callersFunctiongetCellHorizontalPadding
(atFirstColumn?: boolean)
apps/hash-frontend/src/components/grid/utils.ts:21
↓ 11 callersFunctiongetDereferencedEntityTypesActivity
(params: { entityTypeIds: VersionedUrl[]; graphApiClient: GraphApi; actorId: ActorEntityUuid; })
apps/hash-ai-worker-ts/src/activities/get-dereferenced-entity-types-activity.ts:18
↓ 11 callersFunctiongetImageUrlFromEntityProperties
(properties: PropertyObject)
apps/hash-frontend/src/pages/shared/get-file-properties.ts:23
↓ 11 callersFunctiongetLinkEntityRightEntity
(ctx, authentication, { linkEntity })
apps/hash-api/src/graph/knowledge/primitive/link-entity.ts:100
↓ 11 callersFunctiongetOrgByShortname
(context, authentication, params)
apps/hash-api/src/graph/knowledge/system-types/org.ts:303
↓ 11 callersMethodget_or_insert_with
Gets the value at `index`, or inserts one by calling `value` if it doesn't exist. This method works on `IdVec<I, Option<T>>` to provide map-like sema
libs/@local/hashql/core/src/id/vec.rs:561
↓ 11 callersMethodinsert
Inserts a resolved path with composite swallowing. If an ancestor composite is already present in the set, the insertion is a no-op. If the path is a
libs/@local/hashql/mir/src/pass/execution/traversal/mod.rs:128
↓ 11 callersMethodinsert
Insert a type into this `Extensions`. If a extension of this type already existed, it will be returned. # Example ``` # use harpc_tower::Extensions
libs/@local/harpc/tower/src/extensions.rs:67
↓ 11 callersMethodinsert_unique
(&mut self, universe: Universe, key: K, value: V)
libs/@local/hashql/core/src/module/universe.rs:399
↓ 11 callersMethodinstantiate
(&mut self, env: &mut InstantiateEnvironment<'_, 'heap>)
libs/@local/hashql/core/src/module/locals.rs:23
↓ 11 callersMethodintern
Interns a string, returning its canonical [`Repr`]. If the string has already been interned (either as a predefined constant or a previously interned
libs/@local/hashql/core/src/symbol/table.rs:243
↓ 11 callersMethodinterner
(&self)
libs/@local/hashql/hir/src/lower/ctor.rs:252
↓ 11 callersMethodinto_iter
(self)
libs/@local/hashql/ast/src/lowering/type_extractor/mod.rs:51
↓ 11 callersMethodinto_iter
(self)
libs/@local/hashql/syntax-jexpr/src/lexer/syntax_kind_set.rs:199
↓ 11 callersMethodis
(&self)
libs/error-stack/src/frame/mod.rs:77
↓ 11 callersFunctionisDwellType
(type: StepType)
apps/hash-frontend/src/pages/supply-chain/shared/categories.ts:88
↓ 11 callersFunctionisRecord
(value: unknown)
apps/petrinaut-website/scripts/brunch-sse-fixture.ts:145
↓ 11 callersFunctionisValueMetadata
( metadata: PropertyMetadata, )
libs/@blockprotocol/type-system/typescript/src/native/entity.ts:130
↓ 11 callersMethodis_subtype_of
( &mut self, variance: Variance, subtype: TypeId, supertype: TypeId, )
libs/@local/hashql/core/src/type/environment/lattice.rs:428
↓ 11 callersMethoditer
(&self)
libs/@local/hashql/core/src/id/bit_vec/matrix/mod.rs:115
↓ 11 callersMethoditer
( &self, )
libs/@local/hashql/mir/src/interpret/value/dict.rs:211
↓ 11 callersMethodlen
(&self)
tests/graph/benches/graph/scenario/stages/web_catalog.rs:43
↓ 11 callersMethodlen
(&self)
libs/@local/hashql/mir/src/pass/execution/placement/solve/estimate/mod.rs:138
↓ 11 callersMethodlen
(&self)
libs/@local/hashql/mir/src/interpret/inputs.rs:198
↓ 11 callersMethodlen
(&self)
libs/@local/hashql/syntax-jexpr/src/lexer/syntax_kind_set.rs:26
↓ 11 callersMethodlen
(&self)
libs/@local/graph/postgres-store/src/store/postgres/query/expression/with_clause.rs:25
↓ 11 callersMethodlisten_on
( &self, address: Multiaddr, )
libs/@local/harpc/net/src/transport/ipc.rs:42
↓ 11 callersMethodlocal
(&self, local: Local)
libs/@local/hashql/mir/src/interpret/locals.rs:92
↓ 11 callersMethodlookup
(&mut self)
libs/@local/hashql/core/src/type/inference/solver/mod.rs:160
↓ 11 callersMethodlookup_peer
(&self, address: Multiaddr)
libs/@local/harpc/net/src/transport/ipc.rs:29
↓ 11 callersFunctionmake_response_begin
( flags: impl Into<ResponseFlags>, kind: ResponseKind, payload: impl Into<Bytes>, )
libs/@local/harpc/net/src/session/client/transaction/test.rs:106
↓ 11 callersMethodmap
(&mut self, mut closure: impl FnMut(T) -> T)
libs/@local/hashql/core/src/intern/beef.rs:117
↓ 11 callersFunctionmaterializeEngineFrame
( layout: EngineFrameLayout, frame: EngineFrame, )
libs/@hashintel/petrinaut-core/src/simulation/frames/internal-frame.ts:480
↓ 11 callersMethodof
Returns the transition matrices for all successor edges of `block`.
libs/@local/hashql/mir/src/pass/execution/terminator_placement/mod.rs:291
↓ 11 callersFunctiononSelect
(dataTypeId: VersionedUrl)
apps/hash-frontend/src/pages/shared/entity/entity-editor/properties-section/property-table/cells/value-cell/editor-type-picker.tsx:32
↓ 11 callersFunctionparse
( source: &'source str, spans: &mut SpanTable<Span>, )
libs/@local/hashql/syntax-jexpr/src/lexer/mod.rs:145
↓ 11 callersMethodpeek
Peek at the first token
libs/@local/hashql/syntax-jexpr/src/parser/state.rs:256
↓ 11 callersFunctionpipe
()
libs/@local/harpc/client/typescript/src/types/Version.ts:69
↓ 11 callersMethodpredecessors
(&self, node: Self::NodeId)
libs/@local/hashql/mir/src/pass/execution/island/graph/mod.rs:351
↓ 11 callersMethodpush_body
</pre>
libs/error-stack/src/fmt/hook.rs:356
↓ 11 callersFunctionread_schema
(schema: &JsonValue)
libs/@blockprotocol/type-system/rust/src/ontology/json_schema/constraint/mod.rs:358
↓ 11 callersFunctionreset
()
libs/@hashintel/petrinaut/src/react/simulation/provider.tsx:394
↓ 11 callersMethodresolve_id
(&mut self, id: TypeId)
libs/@local/hashql/core/src/type/environment/analysis.rs:282
↓ 11 callersMethodsample
(&self)
libs/darwin-kperf/src/sampler/thread.rs:114
↓ 11 callersMethodscoped_mut
(&mut self, func: impl FnOnce(&mut Self::Scoped<'_>) -> T)
libs/@local/hashql/core/src/heap/mod.rs:302
↓ 11 callersMethodsend
Send a message to the engine. May queue if the transport is not yet ready.
libs/@hashintel/petrinaut-core/src/simulation/api.ts:24
↓ 11 callersMethodsimplify
(&mut self, id: TypeId)
libs/@local/hashql/core/src/type/environment/lattice.rs:104
↓ 11 callersMethodterminating_column
(&self)
libs/@local/graph/postgres-store/src/store/postgres/query/entity.rs:105
↓ 11 callersMethodterminator_placement
( &self, body: &Body<'heap>, vertex: VertexType, footprint: &BodyFootprint<&'h
libs/@local/hashql/mir/src/pass/execution/terminator_placement/mod.rs:501
↓ 11 callersMethodthread
Creates a [`ThreadSampler`] configured for the given events. The returned `ThreadSampler` is `!Send + !Sync` and must be used on the thread that crea
libs/darwin-kperf/src/sampler/mod.rs:154
↓ 11 callersFunctionupdateSystemEntityType
( context, authentication, { currentEntityTypeId, newSchema, migrationState }, )
apps/hash-api/src/graph/ensure-system-graph-is-initialized/migrate-ontology-types/util.ts:675
↓ 11 callersFunctionuseHashInstance
()
apps/hash-frontend/src/components/hooks/use-hash-instance.ts:17
↓ 11 callersFunctionuseLatestEntityTypesOptional
(params?: { includeArchived: boolean; })
apps/hash-frontend/src/shared/entity-types-context/hooks.ts:31
↓ 11 callersFunctionuseUsers
()
apps/hash-frontend/src/components/hooks/use-users.ts:22
↓ 11 callersFunctionvalue
( dataTypeId: VersionedUrl, propertyValue: string | number | boolean, )
apps/hash-api/src/seed-data/seed-crm-data.ts:1162
↓ 11 callersMethodvisit_span
(&mut self, span: SpanId)
libs/@local/hashql/hir/src/visit.rs:143
↓ 11 callersFunctionword_index_and_mask
(elem: usize)
libs/@local/hashql/core/src/id/bit_vec/mod.rs:1540
↓ 10 callersMethodanalyze_in
Computes per-block costs for every block in `blocks`.
libs/@local/hashql/mir/src/pass/execution/cost/analysis.rs:163
↓ 10 callersFunctionassert_fusion
( name: &'static str, context: &MirContext<'_, 'heap>, body: &Body<'heap>, targets: &BasicBloc
libs/@local/hashql/mir/src/pass/execution/fusion/tests.rs:39
↓ 10 callersFunctionassert_inline_pass
( name: &'static str, bodies: &mut [Body<'heap>], context: &mut MirContext<'_, 'heap>, config:
libs/@local/hashql/mir/src/pass/transform/inline/tests.rs:107
↓ 10 callersFunctionassert_lattice_laws
(env: &Environment<'_>, a: TypeId, b: TypeId, c: TypeId)
libs/@local/hashql/core/src/type/lattice.rs:639
↓ 10 callersFunctionassert_liveness
(name: &'static str, env: &Environment<'heap>, body: &Body<'heap>)
libs/@local/hashql/mir/src/pass/analysis/dataflow/liveness/tests.rs:92
↓ 10 callersMethodattempt
(&mut self, result: Result<T, R>)
libs/error-stack/src/sink.rs:250
↓ 10 callersMethodcall
Call a service procedure. # Errors This will return an error if the connection is unhealthy, meaning that the underlying connection is currently in
libs/@local/harpc/net/src/session/client/connection/mod.rs:336
↓ 10 callersMethodchecked_sub
(self, rhs: Self)
libs/@local/hashql/mir/src/interpret/value/int.rs:249
↓ 10 callersMethodclone
(&self)
libs/@local/hashql/core/src/type/mod.rs:66
↓ 10 callersMethodclosure
( &'this self, params: impl IntoTypes<'this, 'env, 'heap>, returns: impl IntoType<'thi
libs/@local/hashql/core/src/type/builder.rs:1179
↓ 10 callersFunctionconnect
(client: &TransportLayer, address: Multiaddr)
libs/@local/harpc/net/src/session/server/test.rs:246
↓ 10 callersMethodconnect
Connects to a target address. # Errors Returns a `ClientError::Connect` if unable to establish a connection to the server.
libs/@local/harpc/client/rust/src/lib.rs:94
↓ 10 callersFunctioncreateEngineFrameLayout
( sdcpn: Pick<SDCPN, "places" | "transitions" | "types">, )
libs/@hashintel/petrinaut-core/src/simulation/frames/internal-frame.ts:100
← previousnext →601–700 of 18,976, ranked by callers