MCPcopy Create free account

hub / github.com/hashintel/hash / functions

Functions18,976 in github.com/hashintel/hash

↓ 6 callersMethodclone
(&self)
libs/@local/hashql/core/src/id/bit_vec/mod.rs:403
↓ 6 callersMethodclone_from
(&mut self, source: &Self)
libs/@local/hashql/mir/src/pass/analysis/size_estimation/affine.rs:102
↓ 6 callersMethodcollect_constraints
(&mut self, variance: Variance, subtype: TypeId, supertype: TypeId)
libs/@local/hashql/core/src/type/environment/infer.rs:195
↓ 6 callersMethodcompile
( compiler: &mut SelectCompiler<'p, 'q, Self>, paths: &'p Self::CompilationParameters, )
libs/@local/graph/postgres-store/src/store/postgres/knowledge/entity/query.rs:201
↓ 6 callersFunctioncompileMetric
(metric: Metric)
libs/@hashintel/petrinaut-core/src/simulation/authoring/metric/compile-metric.ts:67
↓ 6 callersMethodconditions
(self, on_alias: Alias, join_alias: Alias)
libs/@local/graph/postgres-store/src/store/postgres/query/table.rs:1868
↓ 6 callersFunctionconstructMinimalUser
(params: { userEntity: Entity<UserEntity>; })
apps/hash-frontend/src/lib/user-and-org.ts:98
↓ 6 callersMethodcontains
(&self, kind: VariableKind)
libs/@local/hashql/core/src/type/inference/mod.rs:328
↓ 6 callersFunctionconvertBpFilterToGraphFilter
(bpFilter: MultiFilter)
libs/@local/graph/sdk/typescript/src/filter.ts:257
↓ 6 callersFunctioncreateBlock
(ctx, authentication, params)
apps/hash-api/src/graph/knowledge/system-types/block.ts:107
↓ 6 callersFunctioncreatePage
(ctx, authentication, params)
apps/hash-api/src/graph/knowledge/system-types/page.ts:129
↓ 6 callersFunctioncreatePolicy
( graphAPI: GraphApi, authentication: AuthenticationContext, policy: PolicyCreationParams, )
libs/@local/graph/sdk/typescript/src/policy.ts:20
↓ 6 callersFunctioncreate_test_policy
Helper to create a complete test policy.
libs/@local/graph/store/src/filter/mod.rs:1619
↓ 6 callersMethoddecode
Decodes a JSON line into a value of type `T`. # Performance This method has time complexity dependent on the length of the line being decoded. JSON
libs/@local/codec/src/bytes.rs:196
↓ 6 callersFunctiondefault_config
()
libs/@local/hashql/mir/src/pass/execution/cost/analysis.rs:205
↓ 6 callersFunctiondeletePolicyById
( graphAPI: GraphApi, authentication: AuthenticationContext, policyId: PolicyId, options: { permanent:
libs/@local/graph/sdk/typescript/src/policy.ts:105
↓ 6 callersFunctionderiveStatusActionState
( entries: readonly StatusEntry[] | undefined, )
apps/hash-frontend/src/pages/supply-chain/shared/status.ts:72
↓ 6 callersMethoddiscard
(&mut self, count: usize)
libs/@local/harpc/wire-protocol/src/codec/buffer.rs:119
↓ 6 callersMethodemit
(message: MonteCarloToMainMessage)
libs/@hashintel/petrinaut/src/react/experiments/provider.test.tsx:117
↓ 6 callersMethodend_bound
(&self)
libs/@local/graph/temporal-versioning/src/interval.rs:431
↓ 6 callersMethodenqueue
(&mut self, source: BasicBlockId, target: BasicBlockId)
libs/@local/hashql/mir/src/pass/execution/placement/arc/mod.rs:95
↓ 6 callersFunctionentityStorePluginStateFromTransaction
( tr: Transaction, state: EditorState, )
libs/@local/hash-isomorphic-utils/src/entity-store-plugin.ts:140
↓ 6 callersMethodexpect_type
(&self, name: Symbol<'heap>)
libs/@local/hashql/core/src/module/std_lib/mod.rs:124
↓ 6 callersMethodexpect_type
Returns the type of this path. Every path except [`Properties`](Self::Properties) has a fixed type that does not depend on the entity being queried.
libs/@local/hashql/mir/src/pass/execution/traversal/entity.rs:291
↓ 6 callersMethodextend
(&mut self, iter: T)
libs/error-stack/src/report.rs:992
↓ 6 callersMethodextend
(&mut self, iter: T)
libs/@local/hashql/core/src/type/collections/type_id_set.rs:140
↓ 6 callersMethodfind
(&self, name: Symbol<'heap>)
libs/@local/hashql/core/src/module/std_lib/mod.rs:114
↓ 6 callersMethodfold_node
(&mut self, node: Node<'heap>)
libs/@local/hashql/hir/src/lower/ctor.rs:256
↓ 6 callersMethodfresh_hole
(&self)
libs/@local/hashql/core/src/type/builder.rs:1474
↓ 6 callersFunctionfusable_into
Determines whether `block_id` can be fused into its predecessor, and if so returns the predecessor's [`BasicBlockId`]. A block is fusable when: - It
libs/@local/hashql/mir/src/pass/execution/fusion/mod.rs:51
↓ 6 callersFunctiongenerateSystemEntityTypeSchema
( params: EntityTypeDefinition, )
apps/hash-api/src/graph/ensure-system-graph-is-initialized/migrate-ontology-types/util.ts:404
↓ 6 callersFunctiongenerateSystemTypeBaseUrl
({ kind, title, shortname, }: { kind: SchemaKind; title: string; shortname: SystemTypeWebShortname
apps/hash-api/src/graph/ensure-system-graph-is-initialized/migrate-ontology-types/util.ts:82
↓ 6 callersFunctiongenerateTypeId
({ domain, kind, title, webShortname, slugOverride, }: { domain?: string; kind: SchemaKind; ti
libs/@local/hash-isomorphic-utils/src/ontology-types.ts:71
↓ 6 callersFunctiongetAccountPagesVariables
({ webId, includeArchived = false, }: { webId?: WebId; includeArchived?: boolean; })
apps/hash-frontend/src/shared/account-pages-variables.ts:10
↓ 6 callersFunctiongetArcEndpointKey
(endpoint: ArcEndpoint)
libs/@hashintel/petrinaut-core/src/arc-endpoints.ts:39
↓ 6 callersFunctiongetBlockById
(ctx, authentication, { entityId })
apps/hash-api/src/graph/knowledge/system-types/block.ts:87
↓ 6 callersFunctiongetBlockFromEntity
({ entity })
apps/hash-api/src/graph/knowledge/system-types/block.ts:68
↓ 6 callersFunctiongetClosedMultiEntityTypes
( graphApi: GraphApi, authentication: AuthenticationContext, params: GetClosedMultiEntityTypesParams, )
libs/@local/graph/sdk/typescript/src/entity-type.ts:315
↓ 6 callersFunctiongetEffectiveTransitionLambdaType
( transition: SDCPN["transitions"][number], availability: TransitionLogicAvailability, )
libs/@hashintel/petrinaut-core/src/extensions.ts:233
↓ 6 callersFunctiongetFlowRunEntityById
(params: { flowRunId: EntityUuid; graphApiClient: GraphApi; userAuthentication: { actorId: ActorEntityUu
libs/@local/hash-backend-utils/src/flows/shared/get-flow-run-entity-by-id.ts:9
↓ 6 callersFunctiongetInstanceAdminsTeam
( ctx: { graphApi: GraphApi }, authentication: { actorId: ActorEntityUuid }, )
libs/@local/graph/sdk/typescript/src/principal/hash-instance-admins.ts:8
↓ 6 callersFunctiongetPageBlocks
(ctx, authentication, { pageEntityId, type })
apps/hash-api/src/graph/knowledge/system-types/page.ts:494
↓ 6 callersFunctiongetRightEntityForLinkEntity
( subgraph: Subgraph, entityId: EntityId, interval?: TemporalInterval<TemporalBound, TemporalBound>, )
libs/@blockprotocol/graph/src/stdlib/subgraph/edge/link-entity.ts:252
↓ 6 callersMethodgetTransitionState
(transitionId: string)
libs/@hashintel/petrinaut-core/src/simulation/api.ts:112
↓ 6 callersFunctionget_deletion_provenance
Returns the [`EntityDeletionProvenance`] from the `entity_ids` provenance column, or `None` if the row is missing or the entity has not been deleted.
libs/@local/graph/postgres-store/tests/deletion/main.rs:189
↓ 6 callersMethodget_role_actors
Gets all actors assigned to a specific role. # Errors - [`PrincipalNotFound`] if the role with the given ID doesn't exist - [`StoreError`] if a data
libs/@local/graph/postgres-store/src/permissions/mod.rs:886
↓ 6 callersMethodimport
Imports a path using the specified resolution mode. # Errors Returns a `ResolutionError` if the path cannot be resolved.
libs/@local/hashql/core/src/module/namespace.rs:155
↓ 6 callersFunctionincrementOntologyTypeVersion
( version: OntologyTypeVersion, )
libs/@blockprotocol/type-system/typescript/src/native/url.ts:359
↓ 6 callersMethodinput
(&mut self, name: Symbol<'heap>)
libs/@local/hashql/eval/src/postgres/parameters.rs:185
↓ 6 callersMethodinsert_external_types
( &mut self, actor_id: ActorEntityUuid, ontology_types: impl IntoIterator<Item = &'o T
libs/@local/graph/type-fetcher/src/store.rs:680
↓ 6 callersMethodintersection
(ancestors: &'spans [SpanId])
libs/@local/hashql/core/src/span/mod.rs:441
↓ 6 callersMethodinto_data
Consumes self into the buffer of the data frame. # Errors Returns an [`Err`] containing the original [`Frame`] when the frame is not a data frame.
libs/@local/harpc/tower/src/body/mod.rs:70
↓ 6 callersMethodinto_parts
(self)
libs/@local/harpc/tower/src/request.rs:42
↓ 6 callersFunctioninvalidateSimulationForConfigurationChange
()
libs/@hashintel/petrinaut/src/react/simulation/provider.tsx:216
↓ 6 callersFunctionisArrayMetadata
( metadata: PropertyMetadata, )
libs/@blockprotocol/type-system/typescript/src/native/entity.ts:135
↓ 6 callersFunctionisEntityId
(entityId: string)
libs/@blockprotocol/type-system/typescript/src/native/entity.ts:77
↓ 6 callersFunctionisNotHoveredConnection
(id: string)
libs/@hashintel/petrinaut/src/react/state/editor-provider.tsx:314
↓ 6 callersFunctionisNotSelectedConnection
(id: string)
libs/@hashintel/petrinaut/src/react/state/editor-provider.tsx:301
↓ 6 callersMethodis_empty
(&self)
libs/@local/hashql/mir/src/interpret/inputs.rs:205
↓ 6 callersMethodis_empty
(self)
libs/@local/hashql/syntax-jexpr/src/lexer/syntax_kind_set.rs:86
↓ 6 callersMethodis_fail_fast
(&self)
libs/@local/hashql/core/src/type/environment/analysis.rs:390
↓ 6 callersMethodis_inference_enabled
(&self)
libs/@local/hashql/core/src/type/environment/lattice.rs:134
↓ 6 callersMethodis_style
(self, style: FontStyle)
libs/antsi/src/font.rs:232
↓ 6 callersMethodis_valid
(&self)
libs/@local/graph/validation/src/entity_type.rs:118
↓ 6 callersMethoditer
Returns an iterator over all labels, with the primary label first. # Examples ``` use hashql_diagnostics::{Label, diagnostic::Labels}; let primary
libs/@local/hashql/diagnostics/src/diagnostic/label.rs:329
↓ 6 callersMethodkind
(&self)
libs/@local/hashql/eval/src/postgres/parameters.rs:107
↓ 6 callersMethodlayout
(len: usize)
libs/@local/hashql/core/src/symbol/repr.rs:79
↓ 6 callersMethodlen
(&self)
libs/@local/hashql/core/src/module/locals.rs:102
↓ 6 callersMethodlen
(&self)
libs/@local/harpc/wire-protocol/src/payload.rs:33
↓ 6 callersMethodlen
(&self)
libs/@local/harpc/tower/src/extensions.rs:250
↓ 6 callersFunctionlength
(self: MutableBytes)
libs/@local/harpc/client/typescript/src/binary/MutableBytes.ts:95
↓ 6 callersFunctionload_env
Loads the environment variables from the repository root .env files.
libs/@local/graph/postgres-store/src/lib.rs:48
↓ 6 callersFunctionmake_affine
( coeffs: impl IntoIterator<Item = u16>, constant: InformationRange, )
libs/@local/hashql/mir/src/pass/analysis/size_estimation/affine.rs:175
↓ 6 callersMethodmap_data
(self, func: impl FnOnce(D) -> D2)
libs/@local/harpc/tower/src/body/mod.rs:58
↓ 6 callersMethodmembers_in
(&self, scratch: B)
libs/@local/hashql/core/src/graph/algorithms/tarjan/mod.rs:388
↓ 6 callersMethodmerge
(&self, other: &Self, env: &Environment<'heap>)
libs/@local/hashql/core/src/type/kind/generic/mod.rs:168
↓ 6 callersMethodnarrow
Instance method wrapper for [`narrow_impl`](Self::narrow_impl).
libs/@local/hashql/mir/src/pass/execution/placement/solve/csp/mod.rs:288
↓ 6 callersFunctionnew_filled
()
libs/@local/hashql/core/src/id/bit_vec/tests.rs:39
↓ 6 callersMethodnext
(&mut self)
tests/graph/test-data/rust/src/seeding/producer/mod.rs:96
↓ 6 callersFunctionno_type_inference
Creates a diagnostic for when there's no substitution available for an inference variable. This error occurs when type inference cannot determine a c
libs/@local/hashql/core/src/type/error.rs:302
↓ 6 callersMethodnode_count
(&self)
libs/@local/hashql/mir/src/pass/execution/island/graph/mod.rs:313
↓ 6 callersMethodopaque
(&self)
libs/@local/hashql/core/src/type/kind/mod.rs:73
↓ 6 callersFunctionoption
(ty: &TypeBuilder<'_, '_>, value: TypeId)
libs/@local/hashql/core/src/module/std_lib/core/option.rs:15
↓ 6 callersMethodotherwise
(mut self, block: BasicBlockId, args: impl AsRef<[Operand<'heap>]>)
libs/@local/hashql/mir/src/builder/switch.rs:45
↓ 6 callersMethodparam
(&self, id: GenericArgumentId)
libs/@local/hashql/core/src/type/builder.rs:1304
↓ 6 callersFunctionparseHistoryItemPayload
( inputOrResults: proto.temporal.api.common.v1.IPayloads | null | undefined, )
libs/@local/hash-backend-utils/src/temporal/parse-history-item-payload.ts:3
↓ 6 callersFunctionparseJsonEventData
( event: MessageEvent, label: string, )
apps/petrinaut-website/src/main/app/brunch-demo/brunch-frame-parsers.ts:23
↓ 6 callersFunctionpartitionByFences
( observations: Observation[], fences: IqrFences | null, )
apps/hash-frontend/src/pages/supply-chain/shared/outlier-selection/iqr.ts:53
↓ 6 callersFunctionpatch_id_and_parse
Takes the [`serde_json::Value`] representation of an ontology type schema (without an "$id" field), inserts the given [`VersionedUrl`] under the "$id"
libs/@local/graph/postgres-store/src/ontology/mod.rs:32
↓ 6 callersMethodpause
(this: void)
libs/@hashintel/petrinaut-core/src/simulation/api.ts:157
↓ 6 callersMethodpayload
(&self)
libs/@local/harpc/wire-protocol/src/request/body.rs:28
↓ 6 callersMethodpeek_n
Peek at the nth token (0-based index)
libs/@local/hashql/syntax-jexpr/src/parser/state.rs:57
↓ 6 callersMethodpeer_id
(&self)
libs/@local/harpc/net/src/transport/mod.rs:146
↓ 6 callersFunctionperiodCutoffs
(range: TimeRange)
apps/hash-frontend/src/pages/supply-chain/shared/period-trends.ts:20
↓ 6 callersFunctionpick
(arr: readonly T[])
apps/hash-api/src/seed-data/seed-crm-data.ts:162
↓ 6 callersMethodplace
( &self, Place { local, projections }: &Place<'heap>, )
libs/@local/hashql/mir/src/interpret/locals.rs:110
↓ 6 callersMethodplus_owned
(&self, mut lhs: T, rhs: &T)
libs/@local/hashql/mir/src/pass/analysis/dataflow/lattice/mod.rs:78
↓ 6 callersMethodport
(&self)
libs/@local/graph/postgres-store/src/store/config.rs:146
↓ 6 callersFunctionproj
Helper to create a `FieldByName` projection.
libs/@local/hashql/mir/src/pass/execution/traversal/tests.rs:32
↓ 6 callersMethodpropertyMetadata
(path: PropertyPath)
libs/@local/graph/sdk/typescript/src/entity.ts:1365
← previousnext →1,101–1,200 of 18,976, ranked by callers