MCPcopy Create free account
hub / github.com/Firebasky/Java / fileTarget

Function fileTarget

SkyWalking/tool/exp.py:53–58  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

51
52
53def fileTarget(file):
54 with open(file) as url_txt:
55 urls = url_txt.readlines()
56 for url in urls:
57 url = url.replace('\n', '')
58 jndi(url+'/graphql')
59
60
61if __name__ == '__main__':

Callers 1

exp.pyFile · 0.70

Calls 1

jndiFunction · 0.85

Tested by

no test coverage detected