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

Class Variable

tools/test.py:1042–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040
1041
1042class Variable(Expression):
1043
1044 def __init__(self, name):
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
1052class Outcome(Expression):

Callers 1

ParseAtomicExpressionFunction · 0.70

Calls

no outgoing calls

Tested by 1

ParseAtomicExpressionFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…