MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / InternString

Method InternString

common/arena_string_pool.h:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 ArenaStringPool& operator=(ArenaStringPool&&) = delete;
44
45 ArenaStringView InternString(const char* absl_nullable string) {
46 return ArenaStringView(strings_.InternString(string), strings_.arena());
47 }
48
49 ArenaStringView InternString(absl::string_view string) {
50 return ArenaStringView(strings_.InternString(string), strings_.arena());

Callers

nothing calls this directly

Calls 2

ArenaStringViewFunction · 0.85
arenaMethod · 0.45

Tested by

no test coverage detected