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

Method id

sdk/python/tests/client/test_inputs.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50class Directory(Type):
51 @typecheck
52 async def id(self) -> DirectoryID:
53 return DirectoryID("dirhash")
54
55
56class File(Type): ...

Callers

nothing calls this directly

Calls 1

DirectoryIDClass · 0.70

Tested by

no test coverage detected