MCPcopy Create free account
hub / github.com/openclaw/gogcli / ParseRange

Function ParseRange

internal/docsedit/planner.go:122–124  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

120}
121
122func ParseRange(value string) (Range, bool, error) {
123 return parseRangeWithMinimum(value, 1)
124}
125
126func parseRangeWithMinimum(value string, minimum int64) (Range, bool, error) {
127 value = strings.TrimSpace(value)

Callers 1

TestParseRangeFunction · 0.85

Calls 1

parseRangeWithMinimumFunction · 0.85

Tested by 1

TestParseRangeFunction · 0.68