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

Method CreateBytes

eval/public/cel_value.h:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 static CelValue CreateBytes(BytesHolder holder) { return CelValue(holder); }
213
214 static CelValue CreateBytesView(absl::string_view value) {
215 return CelValue(BytesHolder(value));

Callers

nothing calls this directly

Calls 1

CelValueClass · 0.85

Tested by

no test coverage detected