MCPcopy
hub / github.com/iptv-org/iptv / getString

Method getString

scripts/core/dataSet.ts:21–25  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

19 }
20
21 getString(key: string): string | undefined {
22 const deleteSymbol = '~'
23
24 return this._data.get(key) === deleteSymbol ? '' : this._data.get(key)
25 }
26
27 getArray(key: string): string[] | undefined {
28 const deleteSymbol = '~'

Callers 5

removeStreamFunction · 0.80
editStreamFunction · 0.80
addStreamFunction · 0.80
mainFunction · 0.80
updateWithIssueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected