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

Struct transferChecker

policy/composer_test.go:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130type transferChecker struct {
131 t *testing.T
132 srcInfo *ast.SourceInfo
133 dstInfo *ast.SourceInfo
134 ranges *map[ast.OffsetRange]ast.Expr
135}
136
137func (c *transferChecker) VisitExpr(srcExpr ast.Expr) {
138 if srcRange, haveSrc := c.srcInfo.GetOffsetRange(srcExpr.ID()); haveSrc {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected