MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / logEntry

Method logEntry

sqlchain/chain.go:1189–1195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1187}
1188
1189func (c *Chain) logEntry() *log.Entry {
1190 return log.WithFields(log.Fields{
1191 "db": c.databaseID,
1192 "peer": c.rt.getPeerInfoString(),
1193 "offset": c.rt.getChainTimeString(),
1194 })
1195}
1196
1197func (c *Chain) logEntryWithHeadState() *log.Entry {
1198 return log.WithFields(log.Fields{

Callers 6

pushBlockMethod · 0.95
mainCycleMethod · 0.95
syncMethod · 0.95
processBlocksMethod · 0.95
StopMethod · 0.95
statMethod · 0.95

Calls 3

WithFieldsFunction · 0.92
getPeerInfoStringMethod · 0.80
getChainTimeStringMethod · 0.80

Tested by

no test coverage detected