MCPcopy
hub / github.com/thesysdev/openui / has

Method has

packages/lang-core/src/parser/serialize.ts:49–51  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

47 }
48
49 has(id: string): boolean {
50 return this.registered.has(id);
51 }
52
53 getStatements(): CollectedStatement[] {
54 return this.statements;

Callers 15

mainFunction · 0.80
warnOnceFunction · 0.80
validateThemeObjectFunction · 0.80
createThemeFunction · 0.80
isReactiveSchemaFunction · 0.80
parseRuleFunction · 0.80
gcUnreachableFunction · 0.80
mergeStatementsFunction · 0.80
isBuiltinFunction · 0.80
pickEntryIdFunction · 0.80
buildResultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected