MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / getOwnObjProps

Function getOwnObjProps

html/js/base_ts.js:159–161  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

157 return keys;
158}
159function getOwnObjProps(object) {
160 return object ? Object.getOwnPropertyNames(object) : [];
161}
162function getAllSelectedChannels() {
163 var channels = new Array();
164 if (BULK_EDIT == false) {

Callers 2

newXmlTvIdPickerMethod · 0.70
newM3uPickerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected