MCPcopy Create free account
hub / github.com/basecamp/hey-cli / intStr

Function intStr

tests/smoke/util_test.go:9–11  ·  view source on GitHub ↗

intStr converts an int to string for use as a CLI argument.

(n int)

Source from the content-addressed store, hash-verified

7
8// intStr converts an int to string for use as a CLI argument.
9func intStr(n int) string {
10 return fmt.Sprintf("%d", n)
11}
12
13// extractTopicID extracts the topic ID from an app_url like
14// "http://host/topics/12345" or "http://host/topics/12345/...".

Callers 9

TestSeenUnseenFunction · 0.85
TestSeenMultipleFunction · 0.85
TestBoxByIDFunction · 0.85
TestHabitCompleteFunction · 0.85
TestRecordingsFunction · 0.85
TestRecordingsLimitFunction · 0.85
TestRecordingsAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected