Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ DelayMilliseconds
Function
DelayMilliseconds
src/leveldb/db/db_test.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
};
63
64
void DelayMilliseconds(int millis) {
65
Env::Default()->SleepForMicroseconds(millis * 1000);
66
}
67
} // namespace
68
69
// Test Env to override default Env behavior for testing.
Callers
2
Sync
Method · 0.85
TEST
Function · 0.85
Calls
1
SleepForMicroseconds
Method · 0.45
Tested by
no test coverage detected