MCPcopy
hub / github.com/qax-os/excelize / Len

Method Len

lib.go:1033–1035  ·  view source on GitHub ↗

Len return the number of items in the stack.

()

Source from the content-addressed store, hash-verified

1031
1032// Len return the number of items in the stack.
1033func (stack *Stack) Len() int {
1034 return stack.list.Len()
1035}
1036
1037// Empty the stack.
1038func (stack *Stack) Empty() bool {

Callers 15

formulaCriteriaEvalFunction · 0.95
TestSetConditionalFormatFunction · 0.80
TestAddTableFunction · 0.80
TestGetTablesFunction · 0.80
StringMethod · 0.80
setSheetCellsMethod · 0.80
TestAddCommentFunction · 0.80
TestDeleteCommentFunction · 0.80
TestFormControlFunction · 0.80
TestExtUnmarshalXMLFunction · 0.80
TestGetRootElementFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestSetConditionalFormatFunction · 0.64
TestAddTableFunction · 0.64
TestGetTablesFunction · 0.64
TestAddCommentFunction · 0.64
TestDeleteCommentFunction · 0.64
TestFormControlFunction · 0.64
TestExtUnmarshalXMLFunction · 0.64
TestGetRootElementFunction · 0.64
TestAddPictureFunction · 0.64
TestGetPictureFunction · 0.64
TestRemoveRowFunction · 0.64