Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ AdornMapEntry
Method
AdornMapEntry
parser/parser_test.cc:1375–1377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1373
}
1374
1375
std::string AdornMapEntry(const cel::MapExprEntry& e) const override {
1376
return absl::StrFormat(
"^#%d:Expr.CreateStruct.Entry#"
, e.id());
1377
}
1378
1379
private:
1380
const cel::expr::SourceInfo& source_info_;
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected