Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ appendMs
Function
appendMs
valdi/test/runtime/Tracer_tests.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace ValdiTest {
7
8
TraceTimePoint appendMs(const TraceTimePoint& start, int ms) {
9
return start + std::chrono::milliseconds(ms);
10
}
11
12
TEST(Tracer, canRecordOperations) {
13
Tracer tracer;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected