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

Function IsBinary

env/env_yaml.cc:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool IsBinary(const YAML::Node& node) {
105 return node.Tag() == "!!binary" || node.Tag() == "tag:yaml.org,2002:binary";
106}
107
108absl::StatusOr<std::string> GetBinary(absl::string_view yaml,
109 const YAML::Node& node) {

Callers 3

GetBinaryFunction · 0.85
ParseConstantValueFunction · 0.85
ParseVariableConfigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected