MCPcopy Index your code
hub / github.com/subtrace/subtrace / Copy

Method Copy

event/event.go:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (src *Event) Copy() *Event {
30 dst := New()
31 dst.CopyFrom(src)
32 return dst
33}
34
35// CopyFrom copies all tags from src except "time" and "event_id". If a key
36// already exists in dst, it will be overwritten.

Callers 12

FinishMethod · 0.80
getExecutableHashInnerFunction · 0.80
dumpLocalMethod · 0.80
forkChildMethod · 0.80
handleFcntlMethod · 0.80
handleSocketMethod · 0.80
ImportInodeMethod · 0.80
discardMultiMethod · 0.80
proxyHTTP1Method · 0.80
proxyHTTP2Method · 0.80
copyRawSingleMethod · 0.80
GetEventTemplateMethod · 0.80

Calls 2

NewFunction · 0.70
CopyFromMethod · 0.45

Tested by

no test coverage detected