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

Method cursor

libs/@local/graph/store/src/entity/query.rs:1041–1043  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1039 type Cursor = EntityQueryCursor<'s>;
1040
1041 fn cursor(&self) -> Option<&Self::Cursor> {
1042 self.cursor.as_ref()
1043 }
1044
1045 fn set_cursor(&mut self, cursor: Self::Cursor) {
1046 self.cursor = Some(cursor);

Callers 1

compileMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected