Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro-editor/micro
/ Len
Method
Len
internal/buffer/stack.go:16–18 ·
view source on GitHub ↗
Len returns the stack's length
()
Source
from the content-addressed store, hash-verified
14
15
// Len returns the stack's length
16
func
(s *TEStack) Len() int {
17
return
s.Size
18
}
19
20
// Push a new element onto the stack
21
func
(s *TEStack) Push(value *TextEvent) {
Callers
2
Execute
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected