MCPcopy Create free account
hub / github.com/apache/brpc / FromLocalExploded

Function FromLocalExploded

src/butil/time/time.h:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 return FromExploded(false, exploded);
385 }
386 static Time FromLocalExploded(const Exploded& exploded) {
387 return FromExploded(true, exploded);
388 }
389
390 // Converts an integer value representing Time to a class. This is used
391 // when deserializing a |Time| structure, using a value known to be

Callers 2

TEST_FFunction · 0.85
LocalMidnightMethod · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68