MCPcopy
hub / github.com/apache/devlake / DynamicTablerImpl

Struct DynamicTablerImpl

backend/core/models/dynamic_tabler.go:47–51  ·  view source on GitHub ↗

DynamicTablerImpl the implementation of DynamicTabler

Source from the content-addressed store, hash-verified

45
46// DynamicTablerImpl the implementation of DynamicTabler
47type DynamicTablerImpl struct {
48 objType reflect.Type
49 wrapped any
50 table string
51}
52
53func NewDynamicTabler(tableName string, objType reflect.Type) DynamicTabler {
54 return &DynamicTablerImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected