MCPcopy
hub / github.com/wavetermdev/waveterm / tableNameGen

Function tableNameGen

pkg/wstore/wstore_dbops.go:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func tableNameGen[T waveobj.WaveObj]() string {
31 var zeroObj T
32 return tableNameFromOType(zeroObj.GetOType())
33}
34
35func getOTypeGen[T waveobj.WaveObj]() string {
36 var zeroObj T

Callers

nothing calls this directly

Calls 2

tableNameFromOTypeFunction · 0.85
GetOTypeMethod · 0.65

Tested by

no test coverage detected