MCPcopy Create free account
hub / github.com/hashintel/hash / Entity

Class Entity

libs/@local/hashql/core/src/module/std_lib/graph/entity.rs:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15pub(in crate::module::std_lib) struct Entity {
16 _dependencies: (
17 std_lib::graph::types::knowledge::entity::Entity,
18 std_lib::graph::types::ontology::Ontology,
19 ),
20}
21
22impl<'heap> StandardLibraryModule<'heap> for Entity {
23 type Children = ();

Callers 15

newMethod · 0.50
emptyMethod · 0.50
bottomMethod · 0.50
topMethod · 0.50
join_ownedMethod · 0.50
visit_placeMethod · 0.50
permit_with_forbidFunction · 0.50

Calls

no outgoing calls