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

Method FromExternal

common/internal/byte_string.cc:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186ByteString ByteString::FromExternal(absl::string_view string) {
187 return ByteString(ExternalStringTag{}, string);
188}
189
190google::protobuf::Arena* absl_nullable ByteString::GetArena() const {
191 switch (GetKind()) {

Callers

nothing calls this directly

Calls 1

ByteStringFunction · 0.85

Tested by

no test coverage detected