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

Method UnknownSet

base/internal/unknown_set.h:61–61  ·  view source on GitHub ↗

Construct the empty set. Uses singletons instead of allocating new containers.

Source from the content-addressed store, hash-verified

59 // Construct the empty set.
60 // Uses singletons instead of allocating new containers.
61 UnknownSet() = default;
62
63 UnknownSet(const UnknownSet&) = default;
64 UnknownSet(UnknownSet&&) = default;

Callers

nothing calls this directly

Calls 2

AttributeSetClass · 0.85
FunctionResultSetClass · 0.85

Tested by

no test coverage detected