MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / getOwnObjProps

Function getOwnObjProps

ts/base_ts.ts:187–189  ·  view source on GitHub ↗
(object: Object)

Source from the content-addressed store, hash-verified

185}
186
187function getOwnObjProps(object: Object): string[] {
188 return object ? Object.getOwnPropertyNames(object) : []
189}
190
191function getAllSelectedChannels(): string[] {
192

Callers 2

newXmlTvIdPickerMethod · 0.70
newM3uPickerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected