MCPcopy Create free account
hub / github.com/deepflowio/deepflow / addToToolMap

Function addToToolMap

server/controller/recorder/cache/tool/logger.go:50–52  ·  view source on GitHub ↗
(resource, lcuuid string)

Source from the content-addressed store, hash-verified

48}
49
50func addToToolMap(resource, lcuuid string) string {
51 return fmt.Sprintf("%s (lcuuid: %s) success", common.LogAdd(resource), lcuuid)
52}
53
54func updateToolMap(resource, lcuuid string) string {
55 return fmt.Sprintf("%s (lcuuid: %s) success", common.LogUpdate(resource), lcuuid)

Callers 15

AddMethod · 0.85
AddAZMethod · 0.85
AddRegionMethod · 0.85
AddHostMethod · 0.85
AddVMMethod · 0.85
AddVPCMethod · 0.85
AddNetworkMethod · 0.85
AddSubnetMethod · 0.85
AddVRouterMethod · 0.85
AddDHCPPortMethod · 0.85
AddVInterfaceMethod · 0.85
AddWANIPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected