Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
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
61
if
__name__ ==
'__main__'
:
Callers
1
exp.py
File · 0.70
Calls
1
jndi
Function · 0.85
Tested by
no test coverage detected