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

Method missing

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

Source from the content-addressed store, hash-verified

11 }
12
13 missing(key: string): boolean {
14 return this._data.missing(key) || this._data.get(key) === undefined
15 }
16
17 getBoolean(key: string): boolean {
18 return Boolean(this._data.get(key))

Callers 4

removeStreamFunction · 0.80
addStreamFunction · 0.80
mainFunction · 0.80
getArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected