Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isConstant
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected