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

Method getMinutes

src/include/firebird/Message.h:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 unsigned getMinutes(IUtil* util) const
364 {
365 unsigned minutes;
366 decode(util, NULL, &minutes, NULL, NULL);
367 return minutes;
368 }
369
370 unsigned getSeconds(IUtil* util) const
371 {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected