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

Class Constant

tools/test.py:1033–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031
1032
1033class Constant(Expression):
1034
1035 def __init__(self, value):
1036 self.value = value
1037
1038 def Evaluate(self, env, defs):
1039 return self.value
1040
1041
1042class Variable(Expression):

Callers 2

ParseAtomicExpressionFunction · 0.70
ReadConfigurationIntoFunction · 0.70

Calls

no outgoing calls

Tested by 2

ParseAtomicExpressionFunction · 0.56
ReadConfigurationIntoFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…