MCPcopy Index your code
hub / github.com/nodejs/node / Check

Function Check

deps/v8/tools/android-run.py:47–50  ·  view source on GitHub ↗
(output, errors)

Source from the content-addressed store, hash-verified

45import tempfile
46
47def Check(output, errors):
48 failed = any([s.startswith('/system/bin/sh:') or s.startswith('ANDROID')
49 for s in output.split('\n')])
50 return 1 if failed else 0
51
52def Execute(cmdline):
53 (fd_out, outname) = tempfile.mkstemp()

Callers 1

ExecuteFunction · 0.70

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…