MCPcopy Create free account
hub / github.com/MIT-SPARK/Kimera-VIO / TestData

Method TestData

tests/testThreadsafeTemporalBuffer.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51struct TestData {
52 explicit TestData(int64_t time) : timestamp(time) {}
53 TestData() = default;
54
55 int64_t timestamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected