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

Method putInt16

src/jrd/replication/Replicator.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void putInt16(SLONG value)
82 {
83 const auto ptr = (const UCHAR*) &value;
84 buffer->add(ptr, sizeof(SSHORT));
85 }
86
87 void putInt32(SLONG value)
88 {

Callers 1

storeBlobMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected