MCPcopy Create free account
hub / github.com/cel-expr/cel-go / NewString

Method NewString

policy/parser.go:407–407  ·  view source on GitHub ↗

NewString creates a new ValueString from the YAML node.

(*yaml.Node)

Source from the content-addressed store, hash-verified

405
406 // NewString creates a new ValueString from the YAML node.
407 NewString(*yaml.Node) ValueString
408
409 // ParsePolicy will parse the target yaml node as though it is the top-level policy.
410 ParsePolicy(ParserContext, *yaml.Node) *Policy

Callers 9

ParsePolicyMethod · 0.65
parseImportMethod · 0.65
ParseRuleMethod · 0.65
parseVariableInlineMethod · 0.65
parseVariableObjectMethod · 0.65
ParseMatchMethod · 0.65
PolicyTagMethod · 0.65
RuleTagMethod · 0.65
MatchTagMethod · 0.65

Implementers 1

parserImplpolicy/parser.go

Calls

no outgoing calls

Tested by

no test coverage detected