Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-sql-driver/mysql
/ Binary
Method
Binary
driver_test.go:819–825 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
817
}
818
819
func
(t timeMode) Binary() bool {
820
switch
t {
821
case
binaryString, binaryTime:
822
return
true
823
}
824
return
false
825
}
826
827
const
(
828
binaryString timeMode = iota
Callers
2
genQuery
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected