MCPcopy 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.
25type Buffer interface {
26 Get(i int) rune
27 Slice(i, j int) string
28 Len() int
29}

Callers 15

TestNewBuffer_ASCIIFunction · 0.95
TestNewBuffer_BasicFunction · 0.95
TestNewBuffer_AllFunction · 0.95
registerMessagesFunction · 0.65
optionalDeclsFunction · 0.65
InitStateMethod · 0.65
newFolderFunction · 0.65
refQualifyFunction · 0.65
InitStateMethod · 0.65
maybeCreateLiteralMethod · 0.65
NewExecutionFrameFunction · 0.65

Implementers 4

emptyBuffercommon/runes/buffer.go
asciiBuffercommon/runes/buffer.go
basicBuffercommon/runes/buffer.go
supplementalBuffercommon/runes/buffer.go

Calls

no outgoing calls

Tested by 12

TestNewBuffer_ASCIIFunction · 0.76
TestNewBuffer_BasicFunction · 0.76
TestNewBuffer_AllFunction · 0.76
optionalDeclsFunction · 0.52
TestProtosNonMatchFunction · 0.52
TestDynamicProtoFunction · 0.52
TestGlobalVarsFunction · 0.52
TestDynamicDispatchFunction · 0.52
BenchmarkDynamicDispatchFunction · 0.52
TestOverloadIsNonStrictFunction · 0.52
TestOverloadOperandTraitFunction · 0.52