MCPcopy Create free account
hub / github.com/arafatkatze/DataViz / First

Method First

stacks/arraystack/iterator.go:69–72  ·  view source on GitHub ↗

First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first element's index and value can be retrieved by Index() and Value(). Modifies the state of the iterator.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

BeginMethod · 0.95
NextMethod · 0.95

Tested by

no test coverage detected