Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ emptyBuffer
Struct
emptyBuffer
common/runes/buffer.go:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
type
emptyBuffer
struct
{}
32
33
func
(e *emptyBuffer) Get(i int) rune {
34
panic(
"slice index out of bounds"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected