Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
636
def
coexist(*l):
637
given = sum(1
for
x in l
if
x)
638
return
given == 0 or given == len(l)
639
640
def
main():
641
parser = argparse.ArgumentParser()
Callers
1
main
Function · 0.85
Calls
1
sum
Function · 0.50
Tested by
no test coverage detected