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

Method EmitDefinition

datasrc/datatypes.py:152–153  ·  view source on GitHub ↗
(self, _name)

Source from the content-addressed store, hash-verified

150 return lines
151
152 def EmitDefinition(self, _name):
153 return [str(len(self.items)) + "," + self.Identifier()]
154
155
156# Basic Types

Callers

nothing calls this directly

Calls 1

IdentifierMethod · 0.45

Tested by

no test coverage detected