MCPcopy Create free account
hub / github.com/FDio/vpp / GetEdge

Method GetEdge

extras/packetforge/ParseGraph.py:98–102  ·  view source on GitHub ↗
(self, start, end)

Source from the content-addressed store, hash-verified

96 return None
97
98 def GetEdge(self, start, end):
99 key = start + "-" + end
100 if key in self.edgeDict:
101 return self.edgeDict[key]
102 return None
103
104 def AddNode(self, node):
105 if node.Name in self.nodeDict:

Callers 1

ForgeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected