Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ content
Method
content
common/source.cc:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
text_(std::move(text)) {}
190
191
ContentView content() const override {
192
return MakeContentView(absl::MakeConstSpan(text_));
193
}
194
195
private:
196
const std::vector<char> text_;
Callers
5
ParseImpl
Function · 0.45
Snippet
Method · 0.45
TEST
Function · 0.45
source_test.cc
File · 0.45
Unwrap
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36