Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_location
Method
set_location
common/ast/metadata.h:180–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void set_location(std::string location) { location_ = std::move(location); }
181
182
void set_line_offsets(std::vector<int32_t> line_offsets) {
183
line_offsets_ = std::move(line_offsets);
Callers
4
GetSourceInfo
Method · 0.80
TEST
Function · 0.80
SourceInfoToProto
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64