MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / GetUnix

Method GetUnix

Libraries/unrar/timefn.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164time_t RarTime::GetUnix()
165{
166 return time_t(GetUnixNS()/1000000000);
167}
168
169
170void RarTime::SetUnix(time_t ut)

Callers 2

UnixSymlinkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected