MCPcopy Index your code
hub / github.com/PostHog/posthog / getPluginConfigRows

Function getPluginConfigRows

plugin-server/src/utils/db/sql.ts:94–101  ·  view source on GitHub ↗
(hub: Hub)

Source from the content-addressed store, hash-verified

92}
93
94export async function getPluginConfigRows(hub: Hub): Promise<PluginConfig[]> {
95 const { rows }: { rows: PluginConfig[] } = await hub.db.postgresQuery(
96 pluginConfigsInForceQuery(),
97 undefined,
98 'getPluginConfigRows'
99 )
100 return rows
101}
102
103export async function setPluginCapabilities(
104 hub: Hub,

Callers 2

loadPluginsFromDBFunction · 0.90
sql.test.tsFile · 0.90

Calls 2

postgresQueryMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…