Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ errorsPtr
Method
errorsPtr
bolt/expression/EvalCtx.h:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
ErrorVectorPtr* FOLLY_NONNULL errorsPtr() {
192
return &errors_;
193
}
194
195
void swapErrors(ErrorVectorPtr& other) {
196
std::swap(errors_, other);
Callers
6
combineErrors
Method · 0.80
evalArgsDefaultNulls
Method · 0.80
transformErrorVector
Method · 0.80
evalSpecialForm
Method · 0.80
evalSpecialFormSimplified
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64