MCPcopy 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

ParseImplFunction · 0.45
SnippetMethod · 0.45
TESTFunction · 0.45
source_test.ccFile · 0.45
UnwrapMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36