Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ peekLocalVar
Method
peekLocalVar
checker/cost.go:456–458 ·
view source on GitHub ↗
(varName string)
Source
from the content-addressed store, hash-verified
454
}
455
456
func
(c *coster) peekLocalVar(varName string) (*localVar, bool) {
457
return
c.localVars.peek(varName)
458
}
459
460
func
(c *coster) popLocalVar(varName string) {
461
c.localVars.pop(varName)
Callers
4
costIdent
Method · 0.95
getPath
Method · 0.95
computeSize
Method · 0.95
computeEntrySize
Method · 0.95
Calls
1
peek
Method · 0.80
Tested by
no test coverage detected