stdLibrary implements the Library interface and provides functional options for the core CEL features documented in the specification.
| 140 | // stdLibrary implements the Library interface and provides functional options for the core CEL |
| 141 | // features documented in the specification. |
| 142 | type stdLibrary struct { |
| 143 | subset *env.LibrarySubset |
| 144 | } |
| 145 | |
| 146 | // LibraryName implements the SingletonLibrary interface method. |
| 147 | func (*stdLibrary) LibraryName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected