Source returns the policy file contents as a CEL source object.
()
| 76 | |
| 77 | // Source returns the policy file contents as a CEL source object. |
| 78 | func (p *Policy) Source() *Source { |
| 79 | return p.source |
| 80 | } |
| 81 | |
| 82 | // SourceInfo returns the policy file metadata about expression positions. |
| 83 | func (p *Policy) SourceInfo() *ast.SourceInfo { |
no outgoing calls