Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/answerlink/IntelliQ
/ load_scene_templates
Function
load_scene_templates
utils/helpers.py:25–27 ·
view source on GitHub ↗
(file_path)
Source
from the content-addressed store, hash-verified
23
24
25
def
load_scene_templates(file_path):
26
with
open(file_path,
'r'
, encoding=
'utf-8'
)
as
file:
27
return
json.load(file)
28
29
30
@lru_cache(maxsize=100)
Callers
1
app.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected