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

Method new

libs/@local/hashql/eval/src/orchestrator/partial.rs:1005–1009  ·  view source on GitHub ↗
(vertex_type: VertexType)

Source from the content-addressed store, hash-verified

1003
1004impl<'heap, A: Allocator> Partial<'heap, A> {
1005 pub(crate) fn new(vertex_type: VertexType) -> Self {
1006 match vertex_type {
1007 VertexType::Entity => Self::Entity(PartialEntity::default()),
1008 }
1009 }
1010
1011 pub(crate) fn hydrate_from_postgres(
1012 &mut self,

Callers

nothing calls this directly

Calls 2

EntityClass · 0.50
defaultFunction · 0.50

Tested by

no test coverage detected