Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Get
Method
Get
common/runes/buffer.go:26–26 ·
view source on GitHub ↗
(i int)
Source
from the content-addressed store, hash-verified
24
// Buffer is an interface for accessing a contiguous array of code points.
25
type
Buffer
interface
{
26
Get(i int) rune
27
Slice(i, j int) string
28
Len() int
29
}
Callers
15
TestNewBuffer_ASCII
Function · 0.95
TestNewBuffer_Basic
Function · 0.95
TestNewBuffer_Supplemental
Function · 0.95
TestNewBuffer_All
Function · 0.95
registerMessages
Function · 0.65
optionalDecls
Function · 0.65
InitState
Method · 0.65
newFolder
Function · 0.65
refQualify
Function · 0.65
InitState
Method · 0.65
maybeCreateLiteral
Method · 0.65
NewExecutionFrame
Function · 0.65
Implementers
4
emptyBuffer
common/runes/buffer.go
asciiBuffer
common/runes/buffer.go
basicBuffer
common/runes/buffer.go
supplementalBuffer
common/runes/buffer.go
Calls
no outgoing calls
Tested by
12
TestNewBuffer_ASCII
Function · 0.76
TestNewBuffer_Basic
Function · 0.76
TestNewBuffer_Supplemental
Function · 0.76
TestNewBuffer_All
Function · 0.76
optionalDecls
Function · 0.52
TestProtosNonMatch
Function · 0.52
TestDynamicProto
Function · 0.52
TestGlobalVars
Function · 0.52
TestDynamicDispatch
Function · 0.52
BenchmarkDynamicDispatch
Function · 0.52
TestOverloadIsNonStrict
Function · 0.52
TestOverloadOperandTrait
Function · 0.52