MCPcopy Create free account
hub / github.com/aptly-dev/aptly / Run

Method Run

utils/logging.go:67–71  ·  view source on GitHub ↗
(e *zerolog.Event, _ zerolog.Level, _ string)

Source from the content-addressed store, hash-verified

65type timestampHook struct{}
66
67func (h *timestampHook) Run(e *zerolog.Event, _ zerolog.Level, _ string) {
68 t := time.Now()
69 ts := t.Format(time.RFC3339)
70 e.Str("time", ts)
71}

Callers 8

DetachedSignMethod · 0.80
ClearSignMethod · 0.80
CompressFileFunction · 0.80
TestPutFileOutOfSpaceMethod · 0.80
RenameFileMethod · 0.80
SymLinkMethod · 0.80
createDebPackageMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestPutFileOutOfSpaceMethod · 0.64
createDebPackageMethod · 0.64