Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mvdctop/Movie_Data_Capture
/ getInstance
Function
getInstance
config.py:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
getInstance():
18
if
isinstance(G_conf_override[0], Config):
19
return
G_conf_override[0]
20
return
Config()
21
22
23
class
Config:
Callers
1
config.py
File · 0.85
Calls
1
Config
Class · 0.85
Tested by
no test coverage detected