MCPcopy Create free account
hub / github.com/ElementsProject/lightning / timemono_from_usec

Function timemono_from_usec

ccan/ccan/timer/test/run-ff.c:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <ccan/tap/tap.h>
5
6static struct timemono timemono_from_usec(unsigned long long usec)
7{
8 struct timemono epoch = { { 0, 0 } };
9 return timemono_add(epoch, time_from_usec(usec));
10}
11
12int main(void)
13{

Callers 1

mainFunction · 0.85

Calls 2

timemono_addFunction · 0.85
time_from_usecFunction · 0.85

Tested by

no test coverage detected