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

Function AbslStringify

common/ast/navigable_ast_kinds.h:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58template <typename Sink>
59void AbslStringify(Sink& sink, ChildKind kind) {
60 absl::Format(&sink, "%s", ChildKindName(kind));
61}
62
63// Human readable NodeKind name. Provided for test readability -- do not depend
64// on the specific values.

Callers

nothing calls this directly

Calls 3

FormatFunction · 0.85
ChildKindNameFunction · 0.85
NodeKindNameFunction · 0.85

Tested by

no test coverage detected