MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getFractions

Method getFractions

src/include/firebird/Message.h:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376
377 unsigned getFractions(IUtil* util) const
378 {
379 unsigned fractions;
380 decode(util, NULL, NULL, NULL, &fractions);
381 return fractions;
382 }
383
384 void encode(IUtil* util, unsigned hours, unsigned minutes, unsigned seconds, unsigned fractions)
385 {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected