MCPcopy Create free account
hub / github.com/avamsi/climate / parseString

Function parseString

strconv.go:27–29  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

25}
26
27func parseString(s string) string {
28 return s
29}
30
31type typeParser[T any] func(string) T
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected