Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ sourceWithExtension
Function
sourceWithExtension
common/ast/conversion_test.go:730–733 ·
view source on GitHub ↗
(info *ast.SourceInfo, ext ast.Extension)
Source
from the content-addressed store, hash-verified
728
}
729
730
func
sourceWithExtension(info *ast.SourceInfo, ext ast.Extension) *ast.SourceInfo {
731
info.AddExtension(ext)
732
return
info
733
}
Callers
1
TestConvertAST
Function · 0.85
Calls
1
AddExtension
Method · 0.80
Tested by
no test coverage detected