MCPcopy Create free account
hub / github.com/city96/ComfyUI-GGUF / clone

Method clone

ops.py:64–65  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

62 return new
63
64 def clone(self, *args, **kwargs):
65 return self
66
67 def detach(self, *args, **kwargs):
68 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected