MCPcopy Create free account
hub / github.com/dagger/dagger / legacy_id_name

Function legacy_id_name

sdk/python/codegen/src/codegen/generator.py:389–390  ·  view source on GitHub ↗
(type_name: TypeName)

Source from the content-addressed store, hash-verified

387
388
389def legacy_id_name(type_name: TypeName) -> IDName:
390 return f"{type_name}ID"
391
392
393def legacy_idable_types(

Callers 2

legacy_id_namesFunction · 0.85
format_input_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected