MCPcopy Create free account
hub / github.com/ddnet/ddnet / Identifier

Method Identifier

datasrc/datatypes.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 self._id = GetId() # this is used to remember what order the members have in structures etc
48
49 def Identifier(self):
50 return "x" + str(self._id)
51
52 def TargetName(self):
53 return self._target_name

Callers 2

EmitPreDefinitionMethod · 0.45
EmitDefinitionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected