Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
storeBlob
Method · 0.80
startTransaction
Method · 0.80
prepareTransaction
Method · 0.80
commitTransaction
Method · 0.80
rollbackTransaction
Method · 0.80
startSavepoint
Method · 0.80
releaseSavepoint
Method · 0.80
rollbackSavepoint
Method · 0.80
insertRecord
Method · 0.80
updateRecord
Method · 0.80
deleteRecord
Method · 0.80
executeSqlIntl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected