MCPcopy
hub / github.com/apache/echarts / isNameSpecified

Function isNameSpecified

src/util/model.ts:576–580  ·  view source on GitHub ↗
(componentModel: ComponentModel)

Source from the content-addressed store, hash-verified

574}
575
576export function isNameSpecified(componentModel: ComponentModel): boolean {
577 const name = componentModel.name;
578 // Is specified when `indexOf` get -1 or > 0.
579 return !!(name && name.indexOf(DUMMY_COMPONENT_NAME_PREFIX));
580}
581
582/**
583 * @public

Callers 2

_updateDataMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…