Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ isStringMapType
Function
isStringMapType
pkg/util/dbutil/dbmappable.go:142–144 ·
view source on GitHub ↗
(t reflect.Type)
Source
from the content-addressed store, hash-verified
140
}
141
142
func
isStringMapType(t reflect.Type) bool {
143
return
t.Kind() == reflect.Map && t.Key().Kind() == reflect.String
144
}
145
146
func
ToDBMap(v DBMappable, useBytes bool)
map
[string]
interface
{} {
147
if
CheckNil(v) {
Callers
2
ToDBMap
Function · 0.85
FromDBMap
Function · 0.85
Calls
1
Key
Method · 0.80
Tested by
no test coverage detected