MCPcopy Create free account
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / get_hide_dirs

Function get_hide_dirs

src/backbone.py:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 # Maybe something else???
79
80 def get_hide_dirs():
81 import modules.shared
82 return modules.shared.hide_dirs
83
84 USED_BACKBONE = BackboneType.WEBUI
85except:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected