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

Function coexist

deps/v8/tools/callstats.py:636–638  ·  view source on GitHub ↗
(*l)

Source from the content-addressed store, hash-verified

634# Main program, parse command line and execute.
635
636def coexist(*l):
637 given = sum(1 for x in l if x)
638 return given == 0 or given == len(l)
639
640def main():
641 parser = argparse.ArgumentParser()

Callers 1

mainFunction · 0.85

Calls 1

sumFunction · 0.50

Tested by

no test coverage detected