MCPcopy Create free account
hub / github.com/alibaba/GraphScope / len

Method len

interactive_engine/executor/ir/runtime/src/process/entry.rs:246–248  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

244 }
245
246 fn len(&self) -> usize {
247 self.inner.len()
248 }
249
250 fn as_borrow_object(&self) -> BorrowObject {
251 self.inner.as_borrow_object()

Callers 3

installMethod · 0.45
assembleMethod · 0.45
write_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected