Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ Peek
Method
Peek
internal/buffer/stack.go:38–43 ·
view source on GitHub ↗
Peek returns the top element of the stack without removing it
()
Source
from the content-addressed store, hash-verified
36
37
// Peek returns the top element of the stack without removing it
38
func
(s *TEStack) Peek() *TextEvent {
39
if
s.Size > 0 {
40
return
s.Top.Value
41
}
42
return
nil
43
}
Callers
4
Undo
Method · 0.80
Redo
Method · 0.80
TestStack
Function · 0.80
benchEdit
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestStack
Function · 0.64
benchEdit
Function · 0.64