MCPcopy
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
16func (s *TEStack) Len() int {
17 return s.Size
18}
19
20// Push a new element onto the stack
21func (s *TEStack) Push(value *TextEvent) {

Callers 2

ExecuteMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected