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

Function EncodersCheckerLibrary

extensions/encoders.cc:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111CheckerLibrary EncodersCheckerLibrary() {
112 return {"cel.lib.ext.encoders", &RegisterEncodersDecls};
113}
114
115CompilerLibrary EncodersCompilerLibrary() {
116 return CompilerLibrary::FromCheckerLibrary(EncodersCheckerLibrary());

Callers 3

TEST_PFunction · 0.85
EncodersCompilerLibraryFunction · 0.85
CheckImplFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.68