MCPcopy Create free account
hub / github.com/thesysdev/openui / register

Method register

packages/openui-cli/src/lib/telemetry.ts:115–117  ·  view source on GitHub ↗
(props: Record<string, unknown>)

Source from the content-addressed store, hash-verified

113 }
114
115 register(props: Record<string, unknown>) {
116 if (this.enabled) Object.assign(this.superProps, props);
117 }
118
119 capture(event: string, properties: Record<string, unknown> = {}) {
120 if (!this.enabled || !this.client) return;

Callers 1

runCreateAppFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected