Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ waveObjTableName
Function
waveObjTableName
pkg/wstore/wstore_dbops.go:22–24 ·
view source on GitHub ↗
(w waveobj.WaveObj)
Source
from the content-addressed store, hash-verified
20
var
ErrNotFound = fmt.Errorf(
"not found"
)
21
22
func
waveObjTableName(w waveobj.WaveObj) string {
23
return
"db_"
+ w.GetOType()
24
}
25
26
func
tableNameFromOType(otype string) string {
27
return
"db_"
+ otype
Callers
2
DBUpdate
Function · 0.85
DBInsert
Function · 0.85
Calls
1
GetOType
Method · 0.65
Tested by
no test coverage detected