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

Method getSeconds

src/include/firebird/Message.h:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 unsigned getSeconds(IUtil* util) const
371 {
372 unsigned seconds;
373 decode(util, NULL, NULL, &seconds, NULL);
374 return seconds;
375 }
376
377 unsigned getFractions(IUtil* util) const
378 {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected