MCPcopy Create free account
hub / github.com/ElementsProject/elements / clean_files

Function clean_files

contrib/devtools/test-security-check.py:27–29  ·  view source on GitHub ↗
(source, executable)

Source from the content-addressed store, hash-verified

25 ''')
26
27def clean_files(source, executable):
28 os.remove(source)
29 os.remove(executable)
30
31def call_security_check(cc, source, executable, options):
32 # This should behave the same as AC_TRY_LINK, so arrange well-known flags

Callers 3

test_ELFMethod · 0.85
test_PEMethod · 0.85
test_MACHOMethod · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected