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

Method putTag

src/jrd/replication/Replicator.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void putTag(UCHAR tag)
72 {
73 putByte(tag);
74 }
75
76 void putByte(UCHAR value)
77 {

Callers 13

storeBlobMethod · 0.80
startTransactionMethod · 0.80
prepareTransactionMethod · 0.80
commitTransactionMethod · 0.80
rollbackTransactionMethod · 0.80
startSavepointMethod · 0.80
releaseSavepointMethod · 0.80
rollbackSavepointMethod · 0.80
insertRecordMethod · 0.80
updateRecordMethod · 0.80
deleteRecordMethod · 0.80
executeSqlIntlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected