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

Function YamlError

env/env_yaml.cc:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85absl::Status YamlError(absl::string_view yaml, const YAML::Node& node,
86 absl::string_view error) {
87 return absl::InvalidArgumentError(
88 FormatYamlErrorMessage(yaml, error, node.Mark()));
89}
90
91std::string GetString(absl::string_view yaml, const YAML::Node& node) {
92 if (!node.IsDefined() || !node.IsScalar()) {

Callers 13

GetBinaryFunction · 0.85
GetBoolFunction · 0.85
ParseNameFunction · 0.85
ParseContainerConfigFunction · 0.85
ParseExtensionConfigsFunction · 0.85
ParseMacroListFunction · 0.85
ParseFunctionListFunction · 0.85
ParseTypeInfoFunction · 0.85
ParseConstantValueFunction · 0.85
ParseVariableConfigsFunction · 0.85

Calls 1

FormatYamlErrorMessageFunction · 0.85

Tested by

no test coverage detected