MCPcopy Index your code
hub / github.com/apache/devlake / GetTablesInfo

Method GetTablesInfo

backend/core/plugin/plugin_model.go:24–24  ·  view source on GitHub ↗

This method returns all models of the current plugin

()

Source from the content-addressed store, hash-verified

22type PluginModel interface {
23 // This method returns all models of the current plugin
24 GetTablesInfo() []dal.Tabler
25}

Callers 4

getAffectedTablesMethod · 0.65
getAffectedTablesMethod · 0.65
GetFunction · 0.65
GetTablesInfoMethod · 0.65

Implementers 15

remotePluginImplbackend/server/services/remote/plugin/
Tapdbackend/plugins/tapd/impl/impl.go
Taigabackend/plugins/taiga/impl/impl.go
Testmobackend/plugins/testmo/impl/impl.go
PagerDutybackend/plugins/pagerduty/impl/impl.go
Dbtbackend/plugins/dbt/impl/impl.go
Giteebackend/plugins/gitee/impl/impl.go
Linkerbackend/plugins/linker/impl/impl.go
Sonarqubebackend/plugins/sonarqube/impl/impl.go
Asanabackend/plugins/asana/impl/impl.go
AEbackend/plugins/ae/impl/impl.go
GhCopilotbackend/plugins/gh-copilot/impl/impl.g

Calls

no outgoing calls

Tested by

no test coverage detected