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

Method Slice

common/runes/buffer.go:27–27  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

25type Buffer interface {
26 Get(i int) rune
27 Slice(i, j int) string
28 Len() int
29}
30

Callers 13

TestNewBuffer_ASCIIFunction · 0.95
TestNewBuffer_BasicFunction · 0.95
TestNewBuffer_AllFunction · 0.95
TestNewBuffer_EmptyFunction · 0.95
GetTextMethod · 0.65
StringMethod · 0.65
sortListByAssociatedKeysFunction · 0.65
normalizeIDsFunction · 0.65
ContentMethod · 0.65
SnippetMethod · 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 7

TestNewBuffer_ASCIIFunction · 0.76
TestNewBuffer_BasicFunction · 0.76
TestNewBuffer_AllFunction · 0.76
TestNewBuffer_EmptyFunction · 0.76