MCPcopy Create free account

hub / github.com/hashintel/hash / functions

Functions18,976 in github.com/hashintel/hash

↓ 7 callersFunctiongetActiveWebId
()
apps/hash-frontend/src/pages/supply-chain/shared/data.ts:63
↓ 7 callersFunctiongetAiAssistantAccountIdActivity
(params: { authentication: { actorId: ActorEntityUuid }; grantCreatePermissionForWeb?: WebId; graphApiCl
apps/hash-ai-worker-ts/src/activities/get-ai-assistant-account-id-activity.ts:10
↓ 7 callersFunctiongetCommentFromEntity
({ entity })
apps/hash-api/src/graph/knowledge/system-types/comment.ts:75
↓ 7 callersFunctiongetEditorSpecs
( dataType: ClosedDataType, schema: MergedDataTypeSingleSchema, )
apps/hash-frontend/src/pages/shared/entity/entity-editor/properties-section/property-table/cells/value-cell/editor-specs.ts:47
↓ 7 callersFunctiongetHashInstance
( context: { graphApi: GraphApi }, authentication: { actorId: ActorEntityUuid }, )
libs/@local/hash-backend-utils/src/hash-instance.ts:54
↓ 7 callersFunctiongetItemId
(item: Item)
libs/@hashintel/ds-components/src/components/Menu/SelectableList/selectable-list-util.ts:48
↓ 7 callersMethodgetPlaceTokenCount
(placeId: string)
libs/@hashintel/petrinaut-core/src/simulation/api.ts:106
↓ 7 callersFunctiongetPropertyTypeById
( subgraph: Subgraph, propertyTypeId: VersionedUrl, )
libs/@blockprotocol/graph/src/stdlib/subgraph/element/property-type.ts:48
↓ 7 callersFunctiongetUserFromEntity
({ entity })
apps/hash-api/src/graph/knowledge/system-types/user.ts:167
↓ 7 callersMethodget_actor_roles
Gets all roles assigned to a specific actor. # Errors - [`PrincipalNotFound`] if the actor with the given ID doesn't exist - [`StoreError`] if a dat
libs/@local/graph/postgres-store/src/permissions/mod.rs:817
↓ 7 callersMethodget_or_insert
(&mut self, param: ParameterValue<'heap>)
libs/@local/hashql/eval/src/postgres/parameters.rs:175
↓ 7 callersMethodglobal_id
(self, local_id: LocalId, scope: Scope, sub_scope: SubScope)
tests/graph/test-data/rust/src/seeding/context.rs:560
↓ 7 callersMethodgroup
()
libs/error-stack/src/fmt/mod.rs:491
↓ 7 callersMethodinsert_all
(&mut self)
libs/@local/hashql/mir/src/pass/execution/traversal/mod.rs:144
↓ 7 callersMethodinsert_policies_into_database
( &self, policies: I, )
libs/@local/graph/postgres-store/src/store/postgres/mod.rs:125
↓ 7 callersMethodinsert_span
(&mut self, span: Span)
libs/@local/hashql/syntax-jexpr/src/parser/state.rs:107
↓ 7 callersMethodint
(&mut self, value: Int)
libs/@local/hashql/eval/src/postgres/parameters.rs:194
↓ 7 callersMethodintern_into_symbol
(self, heap: &'heap Heap)
libs/@local/hashql/core/src/type/builder.rs:207
↓ 7 callersMethodintern_struct_fields
( &self, fields: &'fields mut [StructField<'heap>], )
libs/@local/hashql/core/src/type/environment/mod.rs:178
↓ 7 callersMethodinto_inner
(self)
libs/@local/graph/store/src/filter/semantic_distance.rs:21
↓ 7 callersMethodinto_iter
(self)
libs/@local/hashql/diagnostics/src/issues.rs:838
↓ 7 callersMethodinto_type
( self, id: Provisioned<TypeId>, builder: &'builder TypeBuilder<'env, 'heap>, )
libs/@local/hashql/core/src/type/builder.rs:626
↓ 7 callersFunctionisEntityUserEntity
( entity: Entity, )
apps/hash-frontend/src/lib/user-and-org.ts:90
↓ 7 callersFunctionisEntityVertex
( vertex: Vertex<EntityImpl>, )
libs/@blockprotocol/graph/src/types/subgraph/vertices.ts:64
↓ 7 callersFunctionisUserHashInstanceAdmin
( ctx: { graphApi: GraphApi }, authentication: AuthenticationContext, { userAccountId }: { userAccountId
libs/@local/graph/sdk/typescript/src/principal/hash-instance-admins.ts:33
↓ 7 callersMethodjoin
(&self, lhs: &mut (T, U), rhs: &(T, U))
libs/@local/hashql/mir/src/pass/analysis/dataflow/lattice/impls.rs:246
↓ 7 callersMethodjoin_owned
(&self, mut lhs: (T, U), rhs: &(T, U))
libs/@local/hashql/mir/src/pass/analysis/dataflow/lattice/impls.rs:236
↓ 7 callersMethodkind
(&self)
libs/error-stack/src/frame/mod.rs:51
↓ 7 callersMethodleft
(&self)
libs/@local/harpc/tower/src/either.rs:58
↓ 7 callersMethodlen
(&self)
tests/graph/test-data/rust/src/seeding/producer/user.rs:128
↓ 7 callersMethodline
Creates a line break that becomes a space when grouped.
libs/@local/hashql/core/src/pretty/formatter.rs:267
↓ 7 callersFunctionmake_response_frame
(flags: impl Into<ResponseFlags>, payload: impl Into<Bytes>)
libs/@local/harpc/net/src/session/client/transaction/test.rs:120
↓ 7 callersFunctionmake_terminator_costs
Creates terminator costs with per-target, per-block support patterns. `patterns[target][block]` is `true` if the target supports the terminator of th
libs/@local/hashql/mir/src/pass/execution/splitting/tests.rs:112
↓ 7 callersFunctionmake_zero_terminator_costs
(block_count: usize)
libs/@local/hashql/mir/src/pass/execution/cost/analysis.rs:209
↓ 7 callersMethodmap_control
(self, func: impl FnOnce(C) -> C2)
libs/@local/harpc/tower/src/body/mod.rs:91
↓ 7 callersMethodmaterialize
Collapses this footprint into a total information estimate. Multiplies units by cardinality to produce a single information measure representing the
libs/@local/hashql/mir/src/pass/analysis/size_estimation/footprint.rs:272
↓ 7 callersMethodmeet
( self: Type<'heap, Self>, other: Type<'heap, Self>, env: &mut LatticeEnvironment<'_,
libs/@local/hashql/core/src/type/kind/generic/mod.rs:262
↓ 7 callersMethodmeet_owned
(&self, mut lhs: (T, U), rhs: &(T, U))
libs/@local/hashql/mir/src/pass/analysis/dataflow/lattice/impls.rs:257
↓ 7 callersMethodmembers
(&self)
libs/@local/hashql/core/src/graph/algorithms/tarjan/mod.rs:304
↓ 7 callersMethodnegate
(&mut self)
libs/@local/hashql/core/src/id/bit_vec/mod.rs:372
↓ 7 callersMethodnext
(&mut self)
libs/@local/hashql/core/src/module/resolver.rs:51
↓ 7 callersMethodnone
()
libs/@local/graph/temporal-versioning/src/interval.rs:33
↓ 7 callersMethodnull
(&self)
libs/@local/hashql/core/src/type/builder.rs:926
↓ 7 callersMethodoffset
(self, offset: TextSize)
libs/@local/hashql/syntax-jexpr/src/lexer/number.rs:85
↓ 7 callersFunctiononClick
()
apps/hash-frontend/src/pages/shared/data-type.tsx:384
↓ 7 callersFunctiononSubmit
()
apps/hash-frontend/src/pages/signup.page/account-usage.tsx:45
↓ 7 callersFunctionparse_expr
super limited set of expressions that are supported in strings for convenience
libs/@local/hashql/syntax-jexpr/src/parser/string/expr.rs:182
↓ 7 callersMethodpeek_expect
Returns a reference to the next token without consuming it, validating it against the expected syntax kinds. The argument `expected` is used to valid
libs/@local/hashql/syntax-jexpr/src/parser/state.rs:276
↓ 7 callersFunctionpercentileOf
(sorted: number[], percentileRank: number)
apps/hash-frontend/src/pages/supply-chain/shared/stats.ts:9
↓ 7 callersMethodplus
(&mut self, other: &Self)
libs/@local/hashql/compiletest/src/harness/trial/stats.rs:94
↓ 7 callersMethodplus
(&self, lhs: &mut InformationRange, rhs: &InformationRange)
libs/@local/hashql/mir/src/pass/analysis/size_estimation/range.rs:357
↓ 7 callersFunctionprocess_status
( output: &mut Vec<SuiteDiagnostic>, result: Status<T, C, SpanId>, )
libs/@local/hashql/compiletest/src/suite/common.rs:10
↓ 7 callersMethodproperties
()
libs/@local/graph/sdk/typescript/src/entity.ts:1346
↓ 7 callersFunctionread_policies
(policy_strings: &str)
libs/@local/graph/authorization/tests/policies/definitions/mod.rs:28
↓ 7 callersMethodremove
Removes the property at the given path. # Errors - If the path is empty. - If the value cannot be removed from the parent, e.g. when attempting to r
libs/@blockprotocol/type-system/rust/src/knowledge/property/mod.rs:305
↓ 7 callersFunctionresolvePayloadValue
( storageProvider: FileStorageProvider, _kind: K, ref: StoredPayloadRef<K, IsArray>, )
libs/@local/hash-backend-utils/src/flows/payload-storage.ts:119
↓ 7 callersMethodrng
(self)
tests/graph/test-data/rust/src/seeding/context.rs:380
↓ 7 callersFunctionrun_bencher
( bencher: &mut Bencher, body: impl for<'heap> Fn(&Environment<'heap>, &Interner<'heap>) -> [Body<'hea
libs/@local/hashql/mir/benches/common/run.rs:19
↓ 7 callersFunctionsanitizeSDCPNForExtensions
( sdcpn: SDCPN, extensions: PetrinautExtensionSettings, )
libs/@hashintel/petrinaut-core/src/extensions.ts:430
↓ 7 callersFunctionsanitizeTransition
( transition: SDCPN["transitions"][number], net: MutableNet, sdcpn: SDCPN, sanitizeOptions: {
libs/@hashintel/petrinaut-core/src/actions.ts:428
↓ 7 callersMethodsaturating_mul
(self, other: u32)
libs/@local/hashql/mir/src/pass/execution/cost/mod.rs:133
↓ 7 callersMethodset_substitution
(&mut self, substitution: Substitution)
libs/@local/hashql/core/src/type/environment/lattice.rs:84
↓ 7 callersFunctionsetup_policy_test_environment
( client: &mut PostgresStore<impl AsClient>, actor_id: ActorId, )
libs/@local/graph/postgres-store/tests/principals/policies.rs:142
↓ 7 callersFunctionsetup_subscriber
( group_id: &str, function_id: Option<&str>, value_str: Option<&str>, )
tests/graph/benches/util.rs:57
↓ 7 callersMethodsnapshot
(&mut self)
libs/@local/hashql/core/src/id/snapshot_vec.rs:500
↓ 7 callersMethodsolve_constraints
( &mut self, graph: &Graph, scratch: &Scratch, constraints: &FastHashMap<Varia
libs/@local/hashql/core/src/type/inference/solver/mod.rs:1080
↓ 7 callersMethodsuccessors
(&self, node: S)
libs/@local/hashql/core/src/graph/algorithms/tarjan/mod.rs:477
↓ 7 callersMethodsuccessors
(&self, node: Self::NodeId)
libs/@local/hashql/mir/src/pass/execution/island/graph/mod.rs:338
↓ 7 callersMethodtarget
(&self)
libs/@local/hashql/mir/src/pass/execution/island/graph/mod.rs:120
↓ 7 callersFunctiontarget_set
(targets: &[TargetId])
libs/@local/hashql/mir/src/pass/execution/terminator_placement/tests.rs:45
↓ 7 callersFunctiontest_property_type_data_refs
( property_type: &PropertyType, urls: impl IntoIterator<Item = &'static str>, )
libs/@blockprotocol/type-system/rust/src/ontology/property_type/schema/mod.rs:501
↓ 7 callersFunctiontest_property_type_property_refs
( property_type: &PropertyType, urls: impl IntoIterator<Item = &'static str>, )
libs/@blockprotocol/type-system/rust/src/ontology/property_type/schema/mod.rs:520
↓ 7 callersMethodto_expr
(self)
libs/@local/hashql/eval/src/postgres/parameters.rs:76
↓ 7 callersMethodtry_decode
Deserializes a column value into the expected type, or returns an error. The `column` parameter is only used for error reporting; it identifies which
libs/@local/hashql/eval/src/orchestrator/codec/decode/mod.rs:394
↓ 7 callersMethodtry_map
Maps each element in the slice using the provided fallible closure. This method applies a transformation function that might fail to each element. Li
libs/@local/hashql/core/src/intern/beef.rs:234
↓ 7 callersMethodtry_scan
Transforms each element with access to all previously transformed elements. This is a scanning operation where each transformation can observe the ac
libs/@local/hashql/core/src/intern/beef.rs:421
↓ 7 callersMethodunify
Merges the sets containing the two given elements. Returns the representative element of the merged set. This operation performs path compression as
libs/@local/hashql/core/src/id/union_find.rs:262
↓ 7 callersMethodup
( self, _context: &mut <Self::Context as Context>::Transaction<'_>, )
libs/@local/graph/migrations/graph-migrations/v004__webs/mod.rs:11
↓ 7 callersFunctionupgradeDependenciesInHashEntityType
( context, authentication, { dependentEntityTypeKeys, migrationState, upgradedEntityTypeIds }, )
apps/hash-api/src/graph/ensure-system-graph-is-initialized/migrate-ontology-types/util.ts:850
↓ 7 callersFunctionuseActors
(params: { accountIds?: ActorEntityUuid[]; })
apps/hash-frontend/src/shared/use-actors.ts:33
↓ 7 callersFunctionusePlacePropertiesContext
()
libs/@hashintel/petrinaut/src/ui/views/Editor/panels/PropertiesPanel/place-properties/context.tsx:30
↓ 7 callersFunctionuseRegistry
()
apps/hash-frontend/src/pages/supply-chain/shared/registry-context.ts:23
↓ 7 callersFunctionuseUserOrOrgShortnameByWebId
(params: { webId: WebId | null; })
apps/hash-frontend/src/components/hooks/use-user-or-org-shortname-by-owned-by-id.ts:9
↓ 7 callersFunctionuseUserPreferences
()
apps/hash-frontend/src/shared/use-user-preferences.ts:62
↓ 7 callersMethodvalidate_ref
(&self, value: &'v Arc<V>)
libs/@blockprotocol/type-system/rust/src/lib.rs:427
↓ 7 callersMethodwith_tracked_actions
(mut self, actions: HashSet<ActionName>)
libs/@local/graph/authorization/src/policies/set/mod.rs:52
↓ 6 callersMethodadd_type_declaration_by_id
Adds a type declaration to the program body by its `TypeId`. # Panics Panics if the `TypeId` does not exist in the type collection.
libs/@local/codegen/src/typescript.rs:95
↓ 6 callersFunctionall_targets
()
libs/@local/hashql/mir/src/pass/execution/terminator_placement/tests.rs:54
↓ 6 callersFunctionany
(filters: Vec<Filter<'static, Entity>>)
libs/@local/graph/store/src/filter/protection.rs:1065
↓ 6 callersMethodapply_constraints
Applies constraints to the type lattice. Coordinates three-phase constraint resolution: 1. **Collection**: Group constraints by target variables 2. *
libs/@local/hashql/core/src/type/inference/solver/mod.rs:950
↓ 6 callersMethodas_approx
(self)
libs/@local/hashql/mir/src/pass/execution/cost/mod.rs:142
↓ 6 callersMethodas_mut_slice
(&mut self)
libs/@local/hashql/core/src/id/vec.rs:385
↓ 6 callersMethodas_slice
(&self)
libs/@local/hashql/core/src/type/kind/struct.rs:52
↓ 6 callersMethodas_str
(self)
libs/@local/hashql/eval/src/postgres/continuation.rs:97
↓ 6 callersFunctionassert_callgraph
( name: &'static str, bodies: &[Body<'heap>], context: &mut MirContext<'_, 'heap>, )
libs/@local/hashql/mir/src/pass/analysis/callgraph/tests.rs:16
↓ 6 callersFunctionassert_dle_pass
( name: &'static str, body: Body<'heap>, context: &mut MirContext<'_, 'heap>, )
libs/@local/hashql/mir/src/pass/transform/dle/tests.rs:26
↓ 6 callersFunctionassert_producer_is_deterministic
(make_producer: impl Fn() -> P + Sync)
tests/graph/test-data/rust/src/seeding/producer/mod.rs:135
↓ 6 callersMethodbind
Bind this configuration to a data type catalog to create a usable distribution. # Arguments `catalog` - The catalog of available data types for reso
tests/graph/test-data/rust/src/seeding/distributions/ontology/property_type/values.rs:152
↓ 6 callersFunctioncheckEntityPermission
(context, authentication, params)
apps/hash-api/src/graph/knowledge/primitive/entity.ts:786
↓ 6 callersMethodchecked_neg
(self)
libs/@local/hashql/mir/src/interpret/value/int.rs:262
← previousnext →1,001–1,100 of 18,976, ranked by callers