Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NewBytesConst
Method
NewBytesConst
parser/macro_expr_factory.h:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
ABSL_MUST_USE_RESULT Expr NewBytesConst(std::string value) {
81
return NewBytesConst(NextId(), std::move(value));
82
}
83
84
ABSL_MUST_USE_RESULT Expr NewBytesConst(absl::string_view value) {
85
return NewBytesConst(NextId(), value);
Callers
1
visitBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected