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

Method CreateUncheckedDuration

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

Source from the content-addressed store, hash-verified

222 static CelValue CreateDuration(absl::Duration value);
223
224 static CelValue CreateUncheckedDuration(absl::Duration value) {
225 return CelValue(value);
226 }
227
228 static CelValue CreateTimestamp(absl::Time value) { return CelValue(value); }
229

Callers

nothing calls this directly

Calls 1

CelValueClass · 0.85

Tested by

no test coverage detected