Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
(m Metadata) Copy() *Metadata {
41
return
&Metadata{
42
Config: m.Config,
43
Platform: m.Platform.Copy(),
44
}
45
}
Callers
14
createRepoAgent
Function · 0.45
createPlugin
Function · 0.45
getVtapCSV
Method · 0.45
createPlugin
Function · 0.45
sendAsFile
Function · 0.45
sendAsFile
Function · 0.45
GetUserConfig
Method · 0.45
initVTapConfig
Method · 0.45
updateVTapConfigFromDB
Method · 0.45
newRefresher
Method · 0.45
NewCacheManager
Function · 0.45
compressFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected