MCPcopy Create free account
hub / github.com/fogleman/primitive / vv

Function vv

primitive/log.go:17–19  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

15}
16
17func vv(format string, a ...interface{}) {
18 Log(2, " "+format, a...)
19}
20
21func vvv(format string, a ...interface{}) {
22 Log(3, " "+format, a...)

Callers 1

BestHillClimbStateMethod · 0.85

Calls 1

LogFunction · 0.85

Tested by

no test coverage detected