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

Method getHours

src/include/firebird/Message.h:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 }
355
356 unsigned getHours(IUtil* util) const
357 {
358 unsigned hours;
359 decode(util, &hours, NULL, NULL, NULL);
360 return hours;
361 }
362
363 unsigned getMinutes(IUtil* util) const
364 {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected