Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ GetOutcomes
Method
GetOutcomes
tools/test.py:1047–1049 ·
view source on GitHub ↗
(self, env, defs)
Source
from the content-addressed store, hash-verified
1045
self.name = name
1046
1047
def
GetOutcomes(self, env, defs):
1048
if
self.name in env:
return
set([env[self.name]])
1049
else
:
return
set()
1050
1051
1052
class
Outcome(Expression):
Callers
nothing calls this directly
Calls
1
set
Function · 0.50
Tested by
no test coverage detected