Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/awslabs/aws-shell
/ load_index
Method
load_index
awsshell/loaders.py:15–17 ·
view source on GitHub ↗
(self, filename)
Source
from the content-addressed store, hash-verified
13
'%s-%s.json'
% (version_string, type_name))
14
15
def
load_index(self, filename):
16
with
open(filename,
'r'
)
as
f:
17
return
json.load(f)
Callers
1
load_index
Function · 0.95
Calls
1
load
Method · 0.80
Tested by
no test coverage detected