Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
Buffer
interface
{
26
Get(i int) rune
27
Slice(i, j int) string
28
Len() int
29
}
30
Callers
13
TestNewBuffer_ASCII
Function · 0.95
TestNewBuffer_Basic
Function · 0.95
TestNewBuffer_Supplemental
Function · 0.95
TestNewBuffer_All
Function · 0.95
TestNewBuffer_Empty
Function · 0.95
convertMacroCallsToString
Function · 0.65
GetText
Method · 0.65
String
Method · 0.65
sortListByAssociatedKeys
Function · 0.65
normalizeIDs
Function · 0.65
Content
Method · 0.65
Snippet
Method · 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
7
TestNewBuffer_ASCII
Function · 0.76
TestNewBuffer_Basic
Function · 0.76
TestNewBuffer_Supplemental
Function · 0.76
TestNewBuffer_All
Function · 0.76
TestNewBuffer_Empty
Function · 0.76
convertMacroCallsToString
Function · 0.52
TestNewBufferAndLineOffsetsWithLimit_MultibyteWithinLimit
Function · 0.52