MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / call_get_all_metadata_api

Function call_get_all_metadata_api

tools/metadata_loader/main.py:62–63  ·  view source on GitHub ↗
(url: str)

Source from the content-addressed store, hash-verified

60
61
62def call_get_all_metadata_api(url: str):
63 return requests.get(url, timeout=15)
64
65
66def get_all_meta(args):

Callers 1

get_all_metaFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected