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

Class Outcome

tools/test.py:1052–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050
1051
1052class Outcome(Expression):
1053
1054 def __init__(self, name):
1055 self.name = name
1056
1057 def GetOutcomes(self, env, defs):
1058 if self.name in defs:
1059 return defs[self.name].GetOutcomes(env, defs)
1060 else:
1061 return set([self.name])
1062
1063
1064class Operation(Expression):

Callers 1

ParseAtomicExpressionFunction · 0.85

Calls

no outgoing calls

Tested by 1

ParseAtomicExpressionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…