Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
vv(format string, a ...
interface
{}) {
18
Log(2,
" "
+format, a...)
19
}
20
21
func
vvv(format string, a ...
interface
{}) {
22
Log(3,
" "
+format, a...)
Callers
1
BestHillClimbState
Method · 0.85
Calls
1
Log
Function · 0.85
Tested by
no test coverage detected