MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / github_auth_token

Function github_auth_token

Scripts/Settings.py:1234–1240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1232def update_dedsec_source_1():
1233 return update_dedsec(REPO_URL_SOURCE_1, REPO_API_URL_SOURCE_1)
1234
1235
1236def update_dedsec_source_2():
1237 return update_dedsec(REPO_URL_SOURCE_2, REPO_API_URL_SOURCE_2)
1238
1239def get_internal_storage():
1240 df_out, _err = run_command_silent("df -h /data")
1241 lines = df_out.splitlines()
1242 if len(lines) >= 2:
1243 fields = lines[1].split()

Callers 2

Calls 1

run_processFunction · 0.70

Tested by

no test coverage detected