Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ tableNameFromOType
Function
tableNameFromOType
pkg/wstore/wstore_dbops.go:26–28 ·
view source on GitHub ↗
(otype string)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
tableNameFromOType(otype string) string {
27
return
"db_"
+ otype
28
}
29
30
func
tableNameGen[T waveobj.WaveObj]() string {
31
var
zeroObj T
Callers
9
tableNameGen
Function · 0.85
DBGetSingletonByType
Function · 0.85
DBExistsORef
Function · 0.85
DBGetORef
Function · 0.85
dbSelectOIDs
Function · 0.85
DBGetAllOIDsByType
Function · 0.85
DBGetAllObjsByType
Function · 0.85
DBResolveEasyOID
Function · 0.85
DBDelete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected