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

Method NewString

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

NewString creates a new ValueString from the YAML node.

(*yaml.Node)

Source from the content-addressed store, hash-verified

447
448 // NewString creates a new ValueString from the YAML node.
449 NewString(*yaml.Node) ValueString
450
451 // ParsePolicy will parse the target yaml node as though it is the top-level policy.
452 ParsePolicy(ParserContext, *yaml.Node) *Policy

Callers 9

ParsePolicyMethod · 0.65
parseImportMethod · 0.65
ParseRuleMethod · 0.65
parseVariableInlineMethod · 0.65
parseVariableObjectMethod · 0.65
parseMatchInternalMethod · 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