MCPcopy Index your code
hub / github.com/deepflowio/deepflow / Copy

Method Copy

server/controller/recorder/common/metadata.go:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (m Metadata) Copy() *Metadata {
41 return &Metadata{
42 Config: m.Config,
43 Platform: m.Platform.Copy(),
44 }
45}

Callers 14

createRepoAgentFunction · 0.45
createPluginFunction · 0.45
getVtapCSVMethod · 0.45
createPluginFunction · 0.45
sendAsFileFunction · 0.45
sendAsFileFunction · 0.45
GetUserConfigMethod · 0.45
initVTapConfigMethod · 0.45
newRefresherMethod · 0.45
NewCacheManagerFunction · 0.45
compressFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected