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

Function call_get_datasources_api

tools/metadata_loader/main.py:23–24  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

21
22
23def call_get_datasources_api(url):
24 return requests.get(url, timeout=15)
25
26
27def get_datasources(args):

Callers 1

get_datasourcesFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected