MCPcopy
hub / github.com/klinecharts/KLineChart / getSymbol

Method getSymbol

src/Chart.ts:708–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

706 }
707
708 getSymbol (): Nullable<SymbolInfo> {
709 return this._chartStore.getSymbol()
710 }
711
712 setPeriod (period: Period): void {
713 if (period !== this.getPeriod()) {

Callers 15

setSymbolMethod · 0.95
createRangeImpFunction · 0.45
createTicksImpFunction · 0.45
getAutoSizeFunction · 0.45
drawImpMethod · 0.45
getTextMethod · 0.45
getDefaultFiguresMethod · 0.45
drawImpMethod · 0.45
drawImpMethod · 0.45
fibonacciLine.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected