MCPcopy
hub / github.com/opentrace/opentrace / isObservable

Function isObservable

ui/public/lbug_wasm_worker.js:325–326  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

323 var isMasterJobRunMessage = (thing) =>
324 thing && thing.type === messages_1.MasterMessageType.run;
325 var isObservable = (thing) =>
326 is_observable_1.default(thing) || isZenObservable(thing);
327 function isZenObservable(thing) {
328 return (
329 thing &&

Callers 1

runFunctionFunction · 0.85

Calls 1

isZenObservableFunction · 0.85

Tested by

no test coverage detected