MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetMapGen

Function GetMapGen

pkg/util/dbutil/dbmappable.go:58–61  ·  view source on GitHub ↗
(tx *txwrap.TxWrap, query string, args ...interface{})

Source from the content-addressed store, hash-verified

56}
57
58func GetMapGen[PT MapConverterPtr[T], T any](tx *txwrap.TxWrap, query string, args ...interface{}) PT {
59 m := tx.GetMap(query, args...)
60 return FromMap[PT](m)
61}
62
63func GetMappable[PT DBMappablePtr[T], T any](tx *txwrap.TxWrap, query string, args ...interface{}) PT {
64 m := tx.GetMap(query, args...)

Callers

nothing calls this directly

Calls 1

GetMapMethod · 0.80

Tested by

no test coverage detected