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

Function noop

ops.py:23–24  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

21def get_torch_compiler_disable_decorator():
22 def dummy_decorator(*args, **kwargs):
23 def noop(x):
24 return x
25 return noop
26
27 from packaging import version

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected