MCPcopy 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

combineErrorsMethod · 0.80
evalArgsDefaultNullsMethod · 0.80
transformErrorVectorMethod · 0.80
evalSpecialFormMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64