MCPcopy Create free account
hub / github.com/Pometry/Raphtory / inner

Method inner

raphtory-api/src/python/timeindex.rs:194–196  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

192
193impl PyEventTime {
194 pub fn inner(&self) -> EventTime {
195 self.time
196 }
197
198 pub fn new(time: EventTime) -> Self {
199 Self { time }

Callers 9

produce_record_batchFunction · 0.45
internal_add_updateMethod · 0.45
internal_delete_edgeMethod · 0.45
local_posMethod · 0.45
resolve_layerMethod · 0.45
resolve_node_and_typeMethod · 0.45
atomic_add_edgeMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected