Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ EmitTypeDeclaration
Function
EmitTypeDeclaration
datasrc/datatypes.py:218–220 ·
view source on GitHub ↗
(root)
Source
from the content-addressed store, hash-verified
216
217
218
def
EmitTypeDeclaration(root):
219
for
l in root().EmitTypeDeclaration(
""
):
220
print(l)
221
222
223
def
EmitDefinition(root, name):
Callers
1
gen_common_content_types_header
Function · 0.90
Calls
1
EmitTypeDeclaration
Method · 0.45
Tested by
no test coverage detected