MCPcopy Create free account
hub / github.com/bytedance/bolt / isConstant

Method isConstant

bolt/expression/FieldReference.h:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 bool isConstant() const override {
68 return SpecialForm::isConstant() && !inputs_.empty();
69 }
70
71 int32_t index(const EvalCtx& context) {
72 if (index_ != -1) {

Callers

nothing calls this directly

Calls 2

isConstantFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected